GraphCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class GraphCommand
public class GraphCommand
type GraphCommand = class
Public Class GraphCommand
- Inheritance
-
GraphCommand
Constructors
GraphCommand(GraphCommandDefinition, IEnumerable<GraphCategory>, IEnumerable<GraphCategory>, Boolean) |
Creates a new GraphCommand. |
Properties
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. |