IVsTextViewEvents.OnSetBuffer, méthode
Avertit un client lorsqu'une vue est jointe à une nouvelle mémoire tampon.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Sub OnSetBuffer ( _
pView As IVsTextView, _
pBuffer As IVsTextLines _
)
void OnSetBuffer(
IVsTextView pView,
IVsTextLines pBuffer
)
void OnSetBuffer(
[InAttribute] IVsTextView^ pView,
[InAttribute] IVsTextLines^ pBuffer
)
abstract OnSetBuffer :
pView:IVsTextView *
pBuffer:IVsTextLines -> unit
function OnSetBuffer(
pView : IVsTextView,
pBuffer : IVsTextLines
)
Paramètres
pView
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView[in] pointeur à l'interface d'IVsTextView.
pBuffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in] pointeur à l'interface d'IVsTextLines.
Notes
Signature de COM
De textmgr.idl :
HRESULT IVsTextViewEvents::OnSetBuffer(
[in] IVsTextView *pView,
[in] IVsTextLines *pBuffer
);
Le nombre de références n'est pas incrémenté lorsque vous obtenez un pointeur à IVsTextView et à IVsTextLines ; si vous souhaitez le conserver, appelez AddRef sur manière explicite.
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.