IIndexableContent.Stream 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定提供全文檢索內容的資料流程。 您可以使用 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
屬性值
用來提供專案全文檢索內容的資料流程。