Partager via


VsTextBufferClass.AdviseTextLinesEvents, méthode

Informations de méthode non fournies. N'utilisez pas cette méthode.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Public Overridable Function AdviseTextLinesEvents ( _
    pSink As IVsTextLinesEvents, _
    <OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
public virtual int AdviseTextLinesEvents(
    IVsTextLinesEvents pSink,
    out uint pdwCookie
)
public:
virtual int AdviseTextLinesEvents(
    [InAttribute] IVsTextLinesEvents^ pSink, 
    [OutAttribute] unsigned int% pdwCookie
)
abstract AdviseTextLinesEvents : 
        pSink:IVsTextLinesEvents * 
        pdwCookie:uint32 byref -> int  
override AdviseTextLinesEvents : 
        pSink:IVsTextLinesEvents * 
        pdwCookie:uint32 byref -> int
public function AdviseTextLinesEvents(
    pSink : IVsTextLinesEvents, 
    pdwCookie : uint
) : int

Paramètres

  • pdwCookie
    Type : UInt32%

    Ne pas utiliser.

Valeur de retour

Type : Int32

Implémentations

IVsTextLines.AdviseTextLinesEvents(IVsTextLinesEvents, UInt32%)

Sécurité .NET Framework

Voir aussi

Référence

VsTextBufferClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms