XmlAtomicValue.Value 属性

定义

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

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 元素或特性的 string 值。

适用于