VsTextBufferClass.UnadviseTextLinesEvents Method

Method information not provided. Do not use this method.

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

Syntax

'Déclaration
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

Parameters

Return Value

Type: System.Int32
Do not use.

Implements

IVsTextLines.UnadviseTextLinesEvents(UInt32)

.NET Framework Security

See Also

Reference

VsTextBufferClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace