共用方式為


SyndicationNode.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 = syndicationNode.nodeValue;
syndicationNode.nodeValue = string;
Public Property NodeValue As String

屬性值

String

Platform::String

winrt::hstring

專案的文字內容。

實作

適用於