GraphUndoUnit::Disabled Property

 

Whether this undo unit should be disabled (as determined by information found in the constructor).

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

protected:
property bool Disabled {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: