Partager via


SyndicationFeed.Id Propriété

Définition

Obtient ou définit l’identificateur du flux de syndication.

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

Valeur de propriété

String

Platform::String

winrt::hstring

L’élément atom:Id ou l’élément guid dans RSS 2.0.

S’applique à