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
- state
Type: System.UInt32%
Implements
IOleParentUndoUnit.GetParentState(UInt32%)
Permissions
- 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.