OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetUnitType Method

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Private Sub GetUnitType ( _
    <OutAttribute> ByRef clsid As Guid, _
    <OutAttribute> ByRef id As Integer _
) Implements IOleParentUndoUnit.GetUnitType
'使用
Dim instance As OleUndoEngine..::.UndoUnit
Dim clsid As Guid
Dim id As Integer

CType(instance, IOleParentUndoUnit).GetUnitType(clsid, _
    id)
void IOleParentUndoUnit.GetUnitType(
    out Guid clsid,
    out int id
)
private:
virtual void GetUnitType(
    [OutAttribute] Guid% clsid, 
    [OutAttribute] int% id
) sealed = IOleParentUndoUnit::GetUnitType
JScript does not support explicit interface implementations.

Parameters

Implements

IOleParentUndoUnit.GetUnitType(Guid%, Int32%)

Permissions

See Also

Reference

OleUndoEngine.UndoUnit Class

OleUndoEngine.UndoUnit Members

Microsoft.VisualStudio.Shell.Design Namespace