OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetUnitType, méthode
Obtient le type de l'unité undo.
Espace de noms : Microsoft.VisualStudio.Shell.Design
Assembly : Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- clsid
Type : System.Guid%
[out] retourne GUID de cette classe.
- id
Type : System.Int32%
[out] retours 0.
Implémentations
IOleParentUndoUnit.GetUnitType(Guid%, Int32%)
Remarques
Cette méthode appelle GetUnitType.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.