次の方法で共有


DelegatingXmlDictionaryReader.Value プロパティ

定義

現在のノードのテキスト値を取得します。

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

プロパティ値

現在のノードのテキスト値。 詳細については、Value プロパティを参照してください。

適用対象