OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetParentState(UInt32) Method
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.
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.