共用方式為


SyndicationFeed.Id 屬性

定義

取得或設定新聞訂閱摘要的識別碼。

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

void Id(winrt::hstring value);
public string Id { get; set; }
var string = syndicationFeed.id;
syndicationFeed.id = string;
Public Property Id As String

屬性值

String

Platform::String

winrt::hstring

ATOM:Id元素或RSS 2.0中的guid元素。

適用於