XmlDeclaration.Value 属性

定义

获取或设置 XmlDeclaration 的值。

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

属性值

String

(的内容XmlDeclaration,即 ?xml 和 ?) 之间的<一切。>

适用于