GraphUndoUnit::IsUndoUnit Property

 

Whether this is an undo unit.

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

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

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: