XPathItem.Value 属性

定义

当在派生类中重写时,获取项的 string 值。

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

属性值

项的 string 值。

适用于