Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: 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.