Share via


XmlDeclaration.InnerText 屬性

定義

取得或設定 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

屬性值

(的 XmlDeclaration 串連值,也就是 和 ?>) 之間的 <?xml 所有專案。

適用於