共用方式為


IndexableContent.Stream 屬性

定義

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

public:
 property IRandomAccessStream ^ Stream { IRandomAccessStream ^ get(); void set(IRandomAccessStream ^ value); };
IRandomAccessStream Stream();

void Stream(IRandomAccessStream value);
public IRandomAccessStream Stream { get; set; }
var iRandomAccessStream = indexableContent.stream;
indexableContent.stream = iRandomAccessStream;
Public Property Stream As IRandomAccessStream

屬性值

用來提供專案全文檢索內容的資料流程。

實作

備註

當內容屬性受到檔案或其他類型的資料流程支援時,請指派 Stream 屬性。 這特別適用于提供全文檢索內容。

適用於

另請參閱