VsValidationContext.GetDiagramNavigationCommands (Método)

Reemplace para proporcionar uno o más comandos de navegación de los elementos a los que hace referencia.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Shell
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxis

'Declaración
Protected Overridable Function GetDiagramNavigationCommands ( _
    referencedModelElements As IList(Of ModelElement) _
) As IList(Of TaskMenuCommand)
protected virtual IList<TaskMenuCommand> GetDiagramNavigationCommands(
    IList<ModelElement> referencedModelElements
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IList<TaskMenuCommand>

Seguridad de .NET Framework

Vea también

Referencia

VsValidationContext Clase

Microsoft.VisualStudio.Modeling.Shell (Espacio de nombres)