次の方法で共有


SyndicationLink.Title プロパティ

定義

配信リンクのタイトルを取得または設定します。

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

void Title(winrt::hstring value);
public string Title { get; set; }
var string = syndicationLink.title;
syndicationLink.title = string;
Public Property Title As String

プロパティ値

String

Platform::String

winrt::hstring

atom:title 要素。

適用対象