共用方式為


IndexableContent.Id 屬性

定義

取得或設定 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

屬性值

String

Platform::String

winrt::hstring

內容專案的識別碼。

實作

Id

適用於

另請參閱