IIndexableContent.Stream Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un flux qui fournit du contenu de texte intégral. Vous pouvez apporter des modifications à la représentation réelle de l’élément dans l’index à l’aide de la classe 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
Valeur de propriété
Flux utilisé pour fournir le contenu de texte intégral de l’élément.