ParserContext.XmlSpace Propiedad

Definición

Obtiene o establece el carácter para xml:space o este contexto.

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

Valor de propiedad

Carácter para xml:space o este contexto.

Comentarios

Esta propiedad es análoga a XmlReader.XmlSpace.

Se aplica a

Consulte también