XmlDeclaration.InnerText 属性

定义

获取或设置 XmlDeclaration 的连接的值。Gets or sets the concatenated values of the 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

属性值

String

(的连接值 XmlDeclaration ,即 < ? xml? > ) 之间的所有内容。The concatenated values of the XmlDeclaration (that is, everything between <?xml and ?>).

适用于