Metodo VsTextManagerClass.EnumIndependentViews
enumera le visualizzazioni indipendenti.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
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
Parametri
pBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] Puntatore a IVsTextBuffer interfaccia associata alla visualizzazione.
ppEnum
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsEnumIndependentViews%[out] Puntatore a IVsEnumIndependentViews interfaccia per enumerare il numero delle visualizzazioni indipendenti.
Valore restituito
Tipo: Int32
Implementa
IVsTextManager.EnumIndependentViews(IVsTextBuffer, IVsEnumIndependentViews%)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.