Freigeben über


IVsTextLines.UnadviseTextLinesEvents-Methode

Nicht implementiert. Nicht verwenden.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function UnadviseTextLinesEvents ( _
    dwCookie As UInteger _
) As Integer
int UnadviseTextLinesEvents(
    uint dwCookie
)
int UnadviseTextLinesEvents(
    [InAttribute] unsigned int dwCookie
)
abstract UnadviseTextLinesEvents : 
        dwCookie:uint32 -> int
function UnadviseTextLinesEvents(
    dwCookie : uint
) : int

Parameter

  • dwCookie
    Typ: UInt32

    Nicht verwenden.

Rückgabewert

Typ: Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextLines Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace