Partilhar via


Interface IVsPropertyFileIn

 

Lê um arquivo que contém valores e nomes de propriedades.Herda de IVsPropertyStreamIn.Retornado pela OpenExisting método da IVsStructuredFileIO interface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

[GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")]
[InterfaceTypeAttribute(1)]
public interface IVsPropertyFileIn : IVsPropertyStreamIn
[GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")]
[InterfaceTypeAttribute(1)]
public interface class IVsPropertyFileIn : IVsPropertyStreamIn
[<GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")>]
[<InterfaceTypeAttribute(1)>]
type IVsPropertyFileIn = 
    interface
        interface IVsPropertyStreamIn
    end
<GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")>
<InterfaceTypeAttribute(1)>
Public Interface IVsPropertyFileIn
    Inherits IVsPropertyStreamIn

Métodos

Nome Descrição
System_CAPS_pubmethod Close()

Fecha o fluxo.

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

Lê uma propriedade e o valor do fluxo.

System_CAPS_pubmethod SkipToEnd()

Vá até o final do fluxo de entrada.

Comentários

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

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo