Metodo IVsTextManager.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
Function EnumIndependentViews ( _
pBuffer As IVsTextBuffer, _
<OutAttribute> ByRef ppEnum As IVsEnumIndependentViews _
) As Integer
int EnumIndependentViews(
IVsTextBuffer pBuffer,
out IVsEnumIndependentViews ppEnum
)
int EnumIndependentViews(
[InAttribute] IVsTextBuffer^ pBuffer,
[OutAttribute] IVsEnumIndependentViews^% ppEnum
)
abstract EnumIndependentViews :
pBuffer:IVsTextBuffer *
ppEnum:IVsEnumIndependentViews byref -> int
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
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsTextManager::EnumIndependentViews(
[in] IVsTextBuffer *pBuffer,
[out] IVsEnumIndependentViews **ppEnum
);
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.