SyndicationFeed.NodeValue プロパティ

定義

要素のテキスト コンテンツを取得または設定します。 要素に子要素のみが含まれている場合、このプロパティは NULL です。

public:
 property Platform::String ^ NodeValue { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NodeValue();

void NodeValue(winrt::hstring value);
public string NodeValue { get; set; }
var string = syndicationFeed.nodeValue;
syndicationFeed.nodeValue = string;
Public Property NodeValue As String

プロパティ値

String

Platform::String

winrt::hstring

要素のテキスト コンテンツ。

実装

適用対象