Share via


SyndicationFeed.NodeName Propiedad

Definición

Obtiene o establece el nombre local del elemento.

public:
 property Platform::String ^ NodeName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NodeName();

void NodeName(winrt::hstring value);
public string NodeName { get; set; }
var string = syndicationFeed.nodeName;
syndicationFeed.nodeName = string;
Public Property NodeName As String

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre local del elemento. Debe ser válido según XML 1.0.

Implementaciones

Se aplica a