XmlAtomicValue.Value 属性

定义

获取 string 已验证的 XML 元素或特性的值。

public:
 virtual property System::String ^ Value { System::String ^ get(); };
public override string Value { get; }
member this.Value : string
Public Overrides ReadOnly Property Value As String

属性值

string已验证的 XML 元素或特性的值。

适用于