IVsPropertyStreamIn 接口

定义

从流中读取属性名称、类型和值。 由环境实现并与接口一起使用 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()

中转到输入流的末尾。

适用于