Método VsTextManagerClass.EnumIndependentViews
Enumera os modos de exibição independentes.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Public Overridable Function EnumIndependentViews ( _
pBuffer As IVsTextBuffer, _
<OutAttribute> ByRef ppEnum As IVsEnumIndependentViews _
) As Integer
public virtual int EnumIndependentViews(
IVsTextBuffer pBuffer,
out IVsEnumIndependentViews ppEnum
)
public:
virtual int EnumIndependentViews(
[InAttribute] IVsTextBuffer^ pBuffer,
[OutAttribute] IVsEnumIndependentViews^% ppEnum
)
abstract EnumIndependentViews :
pBuffer:IVsTextBuffer *
ppEnum:IVsEnumIndependentViews byref -> int
override EnumIndependentViews :
pBuffer:IVsTextBuffer *
ppEnum:IVsEnumIndependentViews byref -> int
public function EnumIndependentViews(
pBuffer : IVsTextBuffer,
ppEnum : IVsEnumIndependentViews
) : int
Parâmetros
pBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] Ponteiro para o IVsTextBuffer interface associada com o modo de exibição.
ppEnum
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsEnumIndependentViews%[out] Ponteiro para o IVsEnumIndependentViews interface para enumerar o número de visualizações independentes.
Valor de retorno
Tipo: Int32
Implementações
IVsTextManager.EnumIndependentViews(IVsTextBuffer, IVsEnumIndependentViews%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.