Partilhar via


Interface IVsPropertyStreamIn

 

Lê um nome de propriedade, tipo e valor a partir de um fluxo.Implementados pelo ambiente e usados com o IVsStructuredFileIOHelper interface.

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

Sintaxe

[GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[InterfaceTypeAttribute(1)]
public interface IVsPropertyStreamIn
[GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")]
[InterfaceTypeAttribute(1)]
public interface class IVsPropertyStreamIn
[<GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")>]
[<InterfaceTypeAttribute(1)>]
type IVsPropertyStreamIn = interface end
<GuidAttribute("EC9ABAFB-E744-44B5-8771-0B875EE6FC5C")>
<InterfaceTypeAttribute(1)>
Public Interface IVsPropertyStreamIn

Métodos

Nome Descrição
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

Essa interface é usada com o IVsStructuredFileIOHelper.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo