GraphCommandDefinition Class
Defines a particular command definition that can be used to group GraphCommands.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | GraphCommandDefinition(String^, String^, GraphContextDirection, Int32) | Creates a new GraphCommandDefinition. |
| Name | Description | |
|---|---|---|
![]() ![]() | BaseTypes | A definition representing a BaseTypes relationship. |
![]() ![]() | Calls | A definition representing a Calls relationship. |
![]() ![]() | Contains | A definition representing a Contains relationship. |
![]() ![]() | DerivedTypes | A definition representing a DerivedTypes relationship. |
![]() | Direction | The direction of GraphContexts within this command. |
![]() | Id | The unique identifier for this command. |
![]() ![]() | IsCalledBy | A definition representing an IsCalledBy relationship. |
![]() ![]() | IsDefinedBy | A definition representing an IsDefinedBy relationship. |
![]() ![]() | IsUsedBy | A definition representing an IsUsedBy relationship. |
![]() | Label | The readable label for this command. |
![]() | Priority | The priority used to sort the command when it is presented to the user. Commands with lower numbers are positioned higher in the resulting sort. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



