SyndicationText.NodeValue プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要素のテキスト コンテンツを取得または設定します。 要素に子要素のみが含まれている場合、このプロパティは 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 = syndicationText.nodeValue;
syndicationText.nodeValue = string;
Public Property NodeValue As String
プロパティ値
要素のテキスト コンテンツ。