IRunningObjectTable.Revoke Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub Revoke ( _
dwRegister As UInteger _
)
'使用
Dim instance As IRunningObjectTable
Dim dwRegister As UInteger
instance.Revoke(dwRegister)
void Revoke(
uint dwRegister
)
void Revoke(
[InAttribute] unsigned int dwRegister
)
function Revoke(
dwRegister : uint
)
Parameters
- dwRegister
Type: System.UInt32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.