Share via


SyndicationFeed.NodeValue Propiedad

Definición

Obtiene o establece el contenido de texto del elemento. Si el elemento contiene solo elementos secundarios, esta propiedad es 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 de propiedad

String

Platform::String

winrt::hstring

Contenido de texto del elemento.

Implementaciones

Se aplica a