다음을 통해 공유


XmlSignificantWhitespace(String, XmlDocument) 생성자

정의

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

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

매개 변수

strData
String

노드의 공백 문자입니다.

설명

이 생성자는이 형식에 대 한 상태를 초기화 하기 위해 파생된 클래스 생성자에서 호출 됩니다.

적용 대상