IVsPropertyFileIn Interface

Definição

Lê um arquivo que contém valores e nomes de propriedade. Herdada de IVsPropertyStreamIn. Retornado pelo OpenExisting(String, UInt32, UInt32, UInt32, IVsStructuredFileIOHelper, UInt32, IVsPropertyFileIn, String[]) método da IVsStructuredFileIO interface.

public interface class IVsPropertyFileIn : Microsoft::VisualStudio::Shell::Interop::IVsPropertyStreamIn
public interface class IVsPropertyFileIn : Microsoft::VisualStudio::Shell::Interop::IVsPropertyStreamIn
__interface IVsPropertyFileIn : Microsoft::VisualStudio::Shell::Interop::IVsPropertyStreamIn
[System.Runtime.InteropServices.Guid("805B0E0A-7122-4855-962F-887E46D2F112")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPropertyFileIn : Microsoft.VisualStudio.Shell.Interop.IVsPropertyStreamIn
[<System.Runtime.InteropServices.Guid("805B0E0A-7122-4855-962F-887E46D2F112")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPropertyFileIn = interface
    interface IVsPropertyStreamIn
Public Interface IVsPropertyFileIn
Implements IVsPropertyStreamIn
Atributos
Implementações

Comentários

Implementado pelo ambiente. Usado com a IVsStructuredFileIO interface. Estende e herda de IVsPropertyStreamIn .

Métodos

Close()

Fecha o fluxo.

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