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

項目の string 値。

適用対象