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

属性值

String

Platform::String

winrt::hstring

元素的文本内容。

实现

适用于