共用方式為


ISyndicationText.Text 屬性

定義

取得或設定文字內容建構的內容,例如 atom:title

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

void Text(winrt::hstring value);
public string Text { get; set; }
var string = iSyndicationText.text;
iSyndicationText.text = string;
Public Property Text As String

屬性值

String

Platform::String

winrt::hstring

文字內容。

適用於