IIndexableContent.Stream Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a stream that provides full-text content. Changes to the actual representation of the item in the index can be made using the ContentIndexer class.
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
Property Value
The stream used to provide the full-text content for the item.