XmlWhitespace(String, XmlDocument) 생성자

정의

XmlWhitespace 클래스의 새 인스턴스를 초기화합니다.

protected public:
 XmlWhitespace(System::String ^ strData, System::Xml::XmlDocument ^ doc);
protected internal XmlWhitespace(string strData, System.Xml.XmlDocument doc);
protected internal XmlWhitespace(string? strData, System.Xml.XmlDocument doc);
new System.Xml.XmlWhitespace : string * System.Xml.XmlDocument -> System.Xml.XmlWhitespace
Protected Friend Sub New (strData As String, doc As XmlDocument)

매개 변수

strData
String

노드의 공백 문자입니다.

설명

이 생성자는 파생 클래스 생성자에 의해 호출되어 이 형식의 상태를 초기화합니다.

적용 대상