Condividi tramite


Metodo VsTextBufferClass.UnadviseTextLinesEvents

Informazioni del metodo non viene fornito. non utilizzare questo metodo.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Public Overridable Function UnadviseTextLinesEvents ( _
    dwCookie As UInteger _
) As Integer
public virtual int UnadviseTextLinesEvents(
    uint dwCookie
)
public:
virtual int UnadviseTextLinesEvents(
    [InAttribute] unsigned int dwCookie
)
abstract UnadviseTextLinesEvents : 
        dwCookie:uint32 -> int  
override UnadviseTextLinesEvents : 
        dwCookie:uint32 -> int
public function UnadviseTextLinesEvents(
    dwCookie : uint
) : int

Parametri

  • dwCookie
    Tipo: UInt32

    non utilizzare.

Valore restituito

Tipo: Int32

Implementa

IVsTextLines.UnadviseTextLinesEvents(UInt32)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextBufferClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop