Share via


IGestureExtensionController.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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
ReadOnly Property LinkedUndoContext As ILinkedUndoContext
ILinkedUndoContext LinkedUndoContext { get; }
property ILinkedUndoContext^ LinkedUndoContext {
    ILinkedUndoContext^ get ();
}
abstract LinkedUndoContext : ILinkedUndoContext with get
function get LinkedUndoContext () : ILinkedUndoContext

Property Value

Type: Microsoft.VisualStudio.Modeling.ExtensionEnablement.ILinkedUndoContext

.NET Framework Security

See Also

Reference

IGestureExtensionController Interface

Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace