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

Syntax

'Declaração
ReadOnly Property LinkedUndoContext As ILinkedUndoContext
    Get
ILinkedUndoContext LinkedUndoContext { get; }
property ILinkedUndoContext^ LinkedUndoContext {
    ILinkedUndoContext^ get ();
}
abstract LinkedUndoContext : ILinkedUndoContext
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