IGlobalInterfaceTable.RevokeInterfaceFromGlobal Method

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

Syntax

'宣言
Sub RevokeInterfaceFromGlobal ( _
    dwCookie As UInteger _
)
'使用
Dim instance As IGlobalInterfaceTable
Dim dwCookie As UInteger

instance.RevokeInterfaceFromGlobal(dwCookie)
void RevokeInterfaceFromGlobal(
    uint dwCookie
)
void RevokeInterfaceFromGlobal(
    [InAttribute] unsigned int dwCookie
)
function RevokeInterfaceFromGlobal(
    dwCookie : uint
)

Parameters

Permissions

See Also

Reference

IGlobalInterfaceTable Interface

IGlobalInterfaceTable Members

Microsoft.VisualStudio.OLE.Interop Namespace