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

属性值

(也就是说,介于和XmlDeclaration之间的<?xml一切)的内容?>

适用于