Metodo ISchemaModelViewer.RegisterForLimitedCommandRouting

Registra l'oggetto specificato per il routing di destinazione del comando OLE.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Note

Quando si chiama questo metodo, il componente v registrato per essere notificato solo per i nodi figlio del progetto specificato in Visualizzazione schema.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISchemaModelViewer Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer