Share via


ISchemaModelViewer.RegisterForLimitedCommandRouting Method

Registers the specified object for 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 RegisterForLimitedCommandRouting ( _
    target As IOleCommandTarget, _
    projectNode As IDatabaseProjectNode _
)
void RegisterForLimitedCommandRouting(
    IOleCommandTarget target,
    IDatabaseProjectNode projectNode
)
void RegisterForLimitedCommandRouting(
    IOleCommandTarget^ target, 
    IDatabaseProjectNode^ projectNode
)
abstract RegisterForLimitedCommandRouting : 
        target:IOleCommandTarget * 
        projectNode:IDatabaseProjectNode -> unit 
function RegisterForLimitedCommandRouting(
    target : IOleCommandTarget, 
    projectNode : IDatabaseProjectNode
)

Parameters

Remarks

By calling this method, the component is registered to be notified only for nodes that are children of the specified project in Schema View.

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace