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