GraphCommand::TrackChanges Property

 

True if the command supports tracking changes to the results.

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

public:
property bool TrackChanges {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: