VsTextManagerClass.EnumIndependentViews, méthode
Énumère des vues indépendantes.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
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
Paramètres
pBuffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] pointeur à l'interface d'IVsTextBuffer associée à la vue.
ppEnum
Type : Microsoft.VisualStudio.TextManager.Interop.IVsEnumIndependentViews%[out] pointeur à l'interface d'IVsEnumIndependentViews pour énumérer le nombre de vues indépendantes.
Valeur de retour
Type : Int32
Implémentations
IVsTextManager.EnumIndependentViews(IVsTextBuffer, IVsEnumIndependentViews%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.