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
void IOleParentUndoUnit.GetParentState(
out uint state
)
Parameters
- state
Type: System.UInt32%
[out] Returns the state of the parent.
Implements
IOleParentUndoUnit.GetParentState(UInt32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.