Compartilhar via


ResourceCollection.NodeValue Propriedade

Definição

Obtém ou define o conteúdo do texto do elemento. Se o elemento contiver apenas elementos filho, esse atributo 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 = resourceCollection.nodeValue;
resourceCollection.nodeValue = string;
Public Property NodeValue As String

Valor da propriedade

String

Platform::String

winrt::hstring

O valor do nó.

Implementações

Aplica-se a