OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetParentState(UInt32) Method

Definition

Gets the state of the top-level parent undo unit.

 virtual void Microsoft.VisualStudio.OLE.Interop.IOleParentUndoUnit.GetParentState([Runtime::InteropServices::Out] System::UInt32 % state) = Microsoft::VisualStudio::OLE::Interop::IOleParentUndoUnit::GetParentState;
void IOleParentUndoUnit.GetParentState (out uint state);
abstract member Microsoft.VisualStudio.OLE.Interop.IOleParentUndoUnit.GetParentState : uint32 -> unit
override this.Microsoft.VisualStudio.OLE.Interop.IOleParentUndoUnit.GetParentState : uint32 -> unit
Sub GetParentState (ByRef state As UInteger) Implements IOleParentUndoUnit.GetParentState

Parameters

state
UInt32

[out] Returns the state of the parent.

Implements

Applies to