ISchemaModelViewer.RemoveFromCommandRouting Method
Removes the specified object from OLE command target routing.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub RemoveFromCommandRouting ( _
target As IOleCommandTarget _
)
void RemoveFromCommandRouting(
IOleCommandTarget target
)
void RemoveFromCommandRouting(
IOleCommandTarget^ target
)
abstract RemoveFromCommandRouting :
target:IOleCommandTarget -> unit
function RemoveFromCommandRouting(
target : IOleCommandTarget
)
Parameters
- target
Type: Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
The IOleCommandTarget to unregister.
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace