VsTextManagerClass.RegisterIndependentView, méthode
Enregistre une vue d'une source autre que le principal éditeur.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function RegisterIndependentView ( _
pUnk As Object, _
pBuffer As IVsTextBuffer _
) As Integer
public virtual int RegisterIndependentView(
Object pUnk,
IVsTextBuffer pBuffer
)
public:
virtual int RegisterIndependentView(
[InAttribute] Object^ pUnk,
[InAttribute] IVsTextBuffer^ pBuffer
)
abstract RegisterIndependentView :
pUnk:Object *
pBuffer:IVsTextBuffer -> int
override RegisterIndependentView :
pUnk:Object *
pBuffer:IVsTextBuffer -> int
public function RegisterIndependentView(
pUnk : Object,
pBuffer : IVsTextBuffer
) : int
Paramètres
pUnk
Type : Object[in] pointeur à l'interface d'IUnknown. Utilisez ce paramètre à AddRef et libérez la vue afin que la mémoire tampon ne soit pas libérée avant la vue.
pBuffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] le pointeur à l'interface d'IVsTextBuffer a associé à la vue.
Valeur de retour
Type : Int32
Implémentations
IVsTextManager.RegisterIndependentView(Object, IVsTextBuffer)
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.