Class GoToDefinitionCommandDefinition
Represents a command to go to definition of a piece of code of a TextFileViewModel instance.
[CommandDefinition]
public class GoToDefinitionCommandDefinition : CommandDefinition
- Inheritance
-
GoToDefinitionCommandDefinition
- Inherited Members
Properties
IconSource
Gets a Uri to the icon.
public override Uri IconSource { get; }
Property Value
KeyGesture
Gets the keyboard shortcut for the command.
[Export]
public static CommandKeyboardShortcut KeyGesture { get; }
Property Value
Name
Gets the command name.
public override string Name { get; }
Property Value
Text
Gets the command name text.
public override string Text { get; }
Property Value
ToolTip
Gets the tool tip.
public override string ToolTip { get; }