Aracılığıyla paylaş


OleUndoEngine.UndoUnit.IOleUndoUnit.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

'Bildirim
Private Sub GetUnitType ( _
    <OutAttribute> ByRef clsid As Guid, _
    <OutAttribute> ByRef id As Integer _
) Implements IOleUndoUnit.GetUnitType
void IOleUndoUnit.GetUnitType(
    out Guid clsid,
    out int id
)

Parameters

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

Implements

IOleUndoUnit.GetUnitType(Guid%, Int32%)

.NET Framework Security

See Also

Reference

OleUndoEngine.UndoUnit Class

Microsoft.VisualStudio.Shell.Design Namespace