GraphCommand Class
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | GraphCommand(GraphCommandDefinition^, IEnumerable<GraphCategory^>^, IEnumerable<GraphCategory^>^, Boolean) | Creates a new GraphCommand. |
| Name | Description | |
|---|---|---|
![]() | Definition | The GraphCommandDefinition to which this command belongs. |
![]() | LinkCategories | The link categories that connect to the results of this command. |
![]() | TargetCategories | The target node categories that will be the result of this command. |
![]() | TrackChanges | True if the command supports tracking changes to the results. |
| 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.
Show:


