GestureExtensionController.LinkedUndoContext Property

Allow access to the system's linked undo context (if any)

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property LinkedUndoContext As ILinkedUndoContext
public ILinkedUndoContext LinkedUndoContext { get; }
public:
virtual property ILinkedUndoContext^ LinkedUndoContext {
    ILinkedUndoContext^ get () sealed;
}
abstract LinkedUndoContext : ILinkedUndoContext
override LinkedUndoContext : ILinkedUndoContext
final function get LinkedUndoContext () : ILinkedUndoContext

Property Value

Type: Microsoft.VisualStudio.Modeling.ExtensionEnablement.ILinkedUndoContext

Implements

IGestureExtensionController.LinkedUndoContext

.NET Framework Security

See Also

Reference

GestureExtensionController Class

Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace