Partager via


IVsTextStream.UnadviseTextStreamEvents Method

Not implemented.

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

Syntax

'Déclaration
Function UnadviseTextStreamEvents ( _
    dwCookie As UInteger _
) As Integer
int UnadviseTextStreamEvents(
    uint dwCookie
)
int UnadviseTextStreamEvents(
    [InAttribute] unsigned int dwCookie
)
abstract UnadviseTextStreamEvents : 
        dwCookie:uint32 -> int 
function UnadviseTextStreamEvents(
    dwCookie : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTextStream Interface

Microsoft.VisualStudio.TextManager.Interop Namespace