SyndicationContent.Text 속성

정의

배포 콘텐츠를 가져옵니다.

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 = syndicationContent.text;
syndicationContent.text = string;
Public Property Text As String

속성 값

String

Platform::String

winrt::hstring

배포 콘텐츠의 텍스트입니다.

구현

적용 대상