GraphCommand Class

 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

System::Object
  Microsoft.VisualStudio.GraphModel::GraphCommand

public ref class GraphCommand 

NameDescription
System_CAPS_pubpropertyDefinition

The GraphCommandDefinition to which this command belongs.

System_CAPS_pubpropertyLinkCategories

The link categories that connect to the results of this command.

System_CAPS_pubpropertyTargetCategories

The target node categories that will be the result of this command.

System_CAPS_pubpropertyTrackChanges

True if the command supports tracking changes to the results.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: