IInputStreamReference 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许Windows 运行时组件提供对封装流的顺序读取访问。
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
- 派生
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
当Windows 运行时组件向调用方公开顺序只读流时,实现 IInputStreamReference 接口。 对于随机访问流,实现 IRandomAccessStreamReference 接口。 有关实现 IInputStreamReference 接口的信息,请参阅 IRandomAccessStreamReference 中的备注。
方法
OpenSequentialReadAsync() |
打开流进行顺序读取访问。 |