IInputStreamReference Interface
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.
Permet à un composant Windows Runtime de fournir un accès en lecture séquentiel à un flux encapsulé.
public interface class IInputStreamReference
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1133681944, 24265, 19290, 145, 156, 66, 5, 176, 200, 4, 182)]
struct IInputStreamReference
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1133681944, 24265, 19290, 145, 156, 66, 5, 176, 200, 4, 182)]
public interface IInputStreamReference
Public Interface IInputStreamReference
- Dérivé
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Remarques
Implémentez l’interface IInputStreamReference lorsque votre composant Windows Runtime expose un flux séquentiel en lecture seule aux appelants. Pour un flux d’accès aléatoire, implémentez l’interface IRandomAccessStreamReference . Pour plus d’informations sur l’implémentation de l’interface IInputStreamReference, consultez les remarques sur IRandomAccessStreamReference.
Méthodes
OpenSequentialReadAsync() |
Ouvre un flux pour l’accès en lecture séquentiel. |