SyndicationGenerator.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 = syndicationGenerator.nodeValue;
syndicationGenerator.nodeValue = string;
Public Property NodeValue As String

Nilai Properti

String

Platform::String

winrt::hstring

Konten teks elemen .

Penerapan

Berlaku untuk