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

‘선언
Private Sub GetParentState ( _
    <OutAttribute> ByRef state As UInteger _
) Implements IOleParentUndoUnit.GetParentState
‘사용 방법
Dim instance As OleUndoEngine..::..UndoUnit
Dim state As UInteger

CType(instance, IOleParentUndoUnit).GetParentState(state)
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

OleUndoEngine.UndoUnit Members

Microsoft.VisualStudio.Shell.Design Namespace