ISyndicationNode.NodeValue Properti

Definisi

Mendapatkan atau mengatur konten teks elemen. Jika elemen hanya berisi elemen anak, properti ini ADALAH 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 = iSyndicationNode.nodeValue;
iSyndicationNode.nodeValue = string;
Public Property NodeValue As String

Nilai Properti

String

Platform::String

winrt::hstring

Konten teks elemen.

Berlaku untuk