IVsPropertyStreamIn Interface

Definição

Lê um nome de propriedade, tipo e valor de um fluxo. Implementado pelo ambiente e usado com a IVsStructuredFileIOHelper interface.

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
Derivado
Atributos

Comentários

Essa interface é usada com o IVsStructuredFileIOHelper .

Métodos

Read(UInt32, UInt16[], UInt32, VSPROPERTYSTREAMPROPERTYTYPE[], Object, IErrorLog)

Lê uma propriedade e um valor do fluxo.

SkipToEnd()

Vá para o final do fluxo de entrada.

Aplica-se a