XmlNotation.OuterXml Propriedade
Definição
Obtém a marcação que representa este nó e todos os seus filhos.Gets the markup representing this node and all its children.
public:
virtual property System::String ^ OuterXml { System::String ^ get(); };
public override string OuterXml { get; }
member this.OuterXml : string
Public Overrides ReadOnly Property OuterXml As String
Valor da propriedade
Para XmlNotation nós, String. Empty é retornado.For XmlNotation nodes, String.Empty is returned.
Comentários
Essa propriedade é uma extensão da Microsoft do DOM (Modelo de Objeto do Documento).This property is a Microsoft extension to the Document Object Model (DOM).