OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetParentState Method

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
JScript does not support explicit interface implementations.

Parameters

Implements

IOleParentUndoUnit.GetParentState(UInt32%)

Permissions

See Also

Reference

OleUndoEngine.UndoUnit Class

OleUndoEngine.UndoUnit Members

Microsoft.VisualStudio.Shell.Design Namespace