Método ISchemaModelViewer.RegisterForCommandRouting

Registra o objeto especificado para o roteamento de destino do comando OLE.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Sub RegisterForCommandRouting ( _
    target As IOleCommandTarget _
)
void RegisterForCommandRouting(
    IOleCommandTarget target
)
void RegisterForCommandRouting(
    IOleCommandTarget^ target
)
abstract RegisterForCommandRouting : 
        target:IOleCommandTarget -> unit 
function RegisterForCommandRouting(
    target : IOleCommandTarget
)

Parâmetros

Comentários

Quando esse método é chamado, o componente está registrado para ser notificado independentemente de qual projeto é representado no modo de exibição do esquema.

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewer Interface

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