Controller for gesture extensions can optionally proffer a linked undo context
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Interface IGestureExtensionController _
    Inherits IGestureExtension
public interface IGestureExtensionController : IGestureExtension
public interface class IGestureExtensionController : IGestureExtension
type IGestureExtensionController =  
    interface
        interface IGestureExtension
    end
public interface IGestureExtensionController extends IGestureExtension
The IGestureExtensionController type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | LinkedUndoContext | Allow access to the system's linked undo context (if any) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CanDragDrop | (Inherited from IGestureExtension.) | 
| .gif) | OnDoubleClick | (Inherited from IGestureExtension.) | 
| .gif) | OnDragDrop | (Inherited from IGestureExtension.) | 
Top
See Also
Reference
Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace