ParserContext.XmlSpace 属性

定义

获取或设置 xml:space 或此上下文的字符。

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

属性值

xml:space 或此上下文的字符。

注解

此属性类似于 XmlReader.XmlSpace

适用于

另请参阅