Share via


ConfigProvider.IVsCfgProvider2.UnadviseCfgProviderEvents Method

Interop provider.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Private Function UnadviseCfgProviderEvents ( _
    cookie As UInteger _
) As Integer Implements IVsCfgProvider2.UnadviseCfgProviderEvents
'Usage
Dim instance As ConfigProvider 
Dim cookie As UInteger 
Dim returnValue As Integer 

returnValue = CType(instance, IVsCfgProvider2).UnadviseCfgProviderEvents(cookie)
int IVsCfgProvider2.UnadviseCfgProviderEvents(
    uint cookie
)
private:
virtual int UnadviseCfgProviderEvents(
    unsigned int cookie
) sealed = IVsCfgProvider2::UnadviseCfgProviderEvents
private abstract UnadviseCfgProviderEvents : 
        cookie:uint32 -> int  
private override UnadviseCfgProviderEvents : 
        cookie:uint32 -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • cookie
    Type: System.UInt32
    An integer value that contains a cookie.

Return Value

Type: System.Int32
An integer value.

Implements

IVsCfgProvider2UnadviseCfgProviderEvents(UInt32)

See Also

Reference

ConfigProvider Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace