다음을 통해 공유


ForEachNodeListEnumerator.SourceDocument 속성

정의

SourceDocumentType의 값에 따라 XML 원본 문서를 문자열, XPath 원본 문서를 포함하는 파일 이름 또는 XPath 원본 문서를 포함하는 변수 이름으로 나타내는 값을 가져오거나 설정합니다.

public:
 property System::String ^ SourceDocument { System::String ^ get(); void set(System::String ^ value); };
public string SourceDocument { get; set; }
member this.SourceDocument : string with get, set
Public Property SourceDocument As String

속성 값

SourceDocumentType의 값에 따라 XML 원본 문서, XPath 원본 문서가 포함된 파일의 이름 또는 XPath 원본 문서가 포함된 변수의 이름을 포함하는 문자열입니다.

구현

적용 대상