Share via


Metodo OleUndoEngine.UndoUnit.IOleUndoUnit.GetUnitType

Ottiene il tipo di unità di annullamento.

Spazio dei nomi:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • clsid
    Tipo: System.Guid%
    [out] Il GUID di questa classe.

Implementa

IOleUndoUnit.GetUnitType(Guid%, Int32%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OleUndoEngine.UndoUnit Classe

Spazio dei nomi Microsoft.VisualStudio.Shell.Design