Freigeben über


DTEClass.UndoContext-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Weitere Informationen zu dieser Eigenschaft finden Sie unter UndoContext.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property UndoContext As UndoContext
public virtual UndoContext UndoContext { get; }
public:
virtual property UndoContext^ UndoContext {
    UndoContext^ get ();
}
abstract UndoContext : UndoContext
override UndoContext : UndoContext
function get UndoContext () : UndoContext

Eigenschaftswert

Typ: EnvDTE.UndoContext
Der Rückgängig-Kontext.

Implementiert

_DTE.UndoContext

.NET Framework-Sicherheit

Siehe auch

Referenz

DTEClass Klasse

EnvDTE-Namespace