IVsPropertyStreamIn 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从流中读取属性名称、类型和值。 由环境实现并与接口一起使用 IVsStructuredFileIOHelper 。
public interface class IVsPropertyStreamIn
public interface class IVsPropertyStreamIn
__interface IVsPropertyStreamIn
[System.Runtime.InteropServices.Guid("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPropertyStreamIn
[<System.Runtime.InteropServices.Guid("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPropertyStreamIn = interface
Public Interface IVsPropertyStreamIn
- 派生
- 属性
注解
此接口与一起使用 IVsStructuredFileIOHelper 。
方法
| Read(UInt32, UInt16[], UInt32, VSPROPERTYSTREAMPROPERTYTYPE[], Object, IErrorLog) |
从流中读取属性和值。 |
| SkipToEnd() |
中转到输入流的末尾。 |