SyndicationFeed.NodeValue Propriedade

Definição

Obtém ou define o conteúdo do texto do elemento. Se o elemento contiver apenas elementos filho, essa propriedade será 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

Valor da propriedade

String

Platform::String

winrt::hstring

O conteúdo do texto do elemento.

Implementações

Aplica-se a