IIndexableContent.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 = iIndexableContent.stream;
iIndexableContent.stream = iRandomAccessStream;
Public Property Stream As IRandomAccessStream

屬性值

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

適用於

另請參閱