OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetParentState Method

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

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Private Sub GetParentState ( _
    <OutAttribute> ByRef state As UInteger _
) Implements IOleParentUndoUnit.GetParentState
void IOleParentUndoUnit.GetParentState(
    out uint state
)
private:
virtual void GetParentState(
    [OutAttribute] unsigned int% state
) sealed = IOleParentUndoUnit::GetParentState
private abstract GetParentState : 
        state:uint32 byref -> unit 
private override GetParentState : 
        state:uint32 byref -> unit 
JScript does not support explicit interface implementations.

Parameters

  • state
    Type: System.UInt32%
    [out] Returns the state of the parent.

Implements

IOleParentUndoUnit.GetParentState(UInt32%)

.NET Framework Security

See Also

Reference

OleUndoEngine.UndoUnit Class

Microsoft.VisualStudio.Shell.Design Namespace