IndexableContent.Id 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 IndexableContent 物件中內容屬性的識別碼。 您可以使用 ContentIndexer 類別,變更索引中專案的實際標記法。
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 = indexableContent.id;
indexableContent.id = string;
Public Property Id As String
屬性值
內容專案的識別碼。