共用方式為


VsValidationContext.GetExplorerNavigationCommand 方法

傳回能夠在此驗證訊息的模型總管視窗中瀏覽適當節點的 TaskMenuCommand。 如果模型總管中沒有對應的節點,則這個屬性會傳回 null。

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

語法

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

參數

傳回值

類型:Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand

.NET Framework 安全性

請參閱

參考

VsValidationContext 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間