OleUndoEngine.UndoUnit.IOleParentUndoUnit.Open, méthode
Ouvre une 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 Open ( _
parentUnit As IOleParentUndoUnit _
) Implements IOleParentUndoUnit.Open
void IOleParentUndoUnit.Open(
IOleParentUndoUnit parentUnit
)
Paramètres
- parentUnit
Type : Microsoft.VisualStudio.OLE.Interop.IOleParentUndoUnit
IOleParentUndoUnit à ouvrir
Implémentations
IOleParentUndoUnit.Open(IOleParentUndoUnit)
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.