Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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.