IIndexableContent 介面

定義

代表可新增至 ContentIndexer的應用程式內容和屬性。

public interface class IIndexableContent
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3438387295, 54453, 18490, 176, 110, 224, 219, 30, 196, 32, 228)]
struct IIndexableContent
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3438387295, 54453, 18490, 176, 110, 224, 219, 30, 196, 32, 228)]
public interface IIndexableContent
Public Interface IIndexableContent
衍生
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

Id

取得或設定 IIndexableContent 物件中內容屬性的識別碼。 您可以使用 ContentIndexer 類別,變更索引中專案的實際標記法。

Properties

取得內容屬性。

Stream

取得或設定提供全文檢索內容的資料流程。 您可以使用 ContentIndexer 類別,變更索引中專案的實際標記法。

StreamContentType

指定 Stream中的內容類型。

適用於

另請參閱