Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Full list of navigation commands for this validation message. Default implementation concatentates the DiagramNavigateCommands with the ExplorerNavigateCommand.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Protected Overridable Function GetNavigationCommands ( _
message As ValidationMessage _
) As IList(Of TaskMenuCommand)
protected virtual IList<TaskMenuCommand> GetNavigationCommands(
ValidationMessage message
)
protected:
virtual IList<TaskMenuCommand^>^ GetNavigationCommands(
ValidationMessage^ message
)
abstract GetNavigationCommands :
message:ValidationMessage -> IList<TaskMenuCommand>
override GetNavigationCommands :
message:ValidationMessage -> IList<TaskMenuCommand>
protected function GetNavigationCommands(
message : ValidationMessage
) : IList<TaskMenuCommand>
Parameters
Return Value
Type: System.Collections.Generic.IList<TaskMenuCommand>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.