次の方法で共有


OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetUnitType Method

Gets the type of the undo unit.

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
void IOleParentUndoUnit.GetUnitType(
    out Guid clsid,
    out int id
)

Parameters

  • clsid
    Type: System.Guid%
    [out] Returns the GUID of this class.

Implements

IOleParentUndoUnit.GetUnitType(Guid%, Int32%)

Remarks

This method calls GetUnitType.

.NET Framework Security

See Also

Reference

OleUndoEngine.UndoUnit Class

Microsoft.VisualStudio.Shell.Design Namespace