XmlDeclaration.InnerText Właściwość

Definicja

Pobiera lub ustawia wartości łączone elementu XmlDeclaration.

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

Wartość właściwości

Wartości łączone XmlDeclaration (czyli wszystko między <?xml i ?>).

Dotyczy