SourceType Enum

Definition

Determines where to find the data for the associated property. This enumeration is used by the InnerXPathStringSourceType, OuterXPathStringSourceType, SourceDocumentType, and OuterXPathString properties.

public enum class SourceType
public enum SourceType
type SourceType = 
Public Enum SourceType
Inheritance
SourceType

Fields

DirectInput 2

Sets the source to a string that contains the XML document text.

FileConnection 0

Determines whether the source is a file that contains the XML document.

Variable 1

Determines whether the source is a variable that contains the XML document.

Applies to