共用方式為


VsValidationContext.GetDiagramNavigationCommands 方法

覆寫以提供參考項目的一或多個圖表巡覽命令。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Protected Overridable Function GetDiagramNavigationCommands ( _
    referencedModelElements As IList(Of ModelElement) _
) As IList(Of TaskMenuCommand)
protected virtual IList<TaskMenuCommand> GetDiagramNavigationCommands(
    IList<ModelElement> referencedModelElements
)

參數

傳回值

類型:System.Collections.Generic.IList<TaskMenuCommand>

.NET Framework 安全性

請參閱

參考

VsValidationContext 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間