XmlDocumentSchema(XmlDocument, String) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 XmlDocumentSchema 및 XPath 문자열을 사용하여 XmlDocument 클래스의 인스턴스를 만듭니다.
public:
XmlDocumentSchema(System::Xml::XmlDocument ^ xmlDocument, System::String ^ xPath);
public XmlDocumentSchema (System.Xml.XmlDocument xmlDocument, string xPath);
new System.Web.UI.Design.XmlDocumentSchema : System.Xml.XmlDocument * string -> System.Web.UI.Design.XmlDocumentSchema
Public Sub New (xmlDocument As XmlDocument, xPath As String)
매개 변수
- xmlDocument
- XmlDocument
XmlDocument 개체의 인스턴스입니다.
- xPath
- String
문서 루트의 자식 노드를 식별하는 XPath 문자열입니다.
설명
매개 변수를 xPath
사용하여 검사할 XML 문서 내의 특정 노드를 지정하거나 빈 문자열("")을 지정하여 전체 문서를 검사합니다.