IMergeableUndo.Causality Property
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.
This undo unit's associated Causality. Its is a unique identity which is used to merge related undo units.
public:
property System::Object ^ Causality { System::Object ^ get(); void set(System::Object ^ value); };
public object Causality { get; set; }
member this.Causality : obj with get, set
Public Property Causality As Object