SyndicationCategory.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 = syndicationCategory.nodeValue;
syndicationCategory.nodeValue = string;
Public Property NodeValue As String
屬性值
專案的文字內容。