SyndicationFeed.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 = syndicationFeed.nodeValue;
syndicationFeed.nodeValue = string;
Public Property NodeValue As String
属性值
元素的文本内容。