GestureExtensionController Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ExtensionEnablement.ExtensionRegistrarBase<IGestureExtension, Dictionary<String, Object>>
    Microsoft.VisualStudio.Modeling.ExtensionEnablement.ExtensionRegistrar<IGestureExtension, Dictionary<String, Object>>
      Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.GestureExtensionController

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 Class GestureExtensionController _
    Inherits ExtensionRegistrar(Of IGestureExtension, Dictionary(Of String, Object)) _
    Implements IGestureExtensionController, IGestureExtension
public class GestureExtensionController : ExtensionRegistrar<IGestureExtension, Dictionary<string, Object>>, 
    IGestureExtensionController, IGestureExtension
public ref class GestureExtensionController : public ExtensionRegistrar<IGestureExtension^, Dictionary<String^, Object^>^>, 
    IGestureExtensionController, IGestureExtension
type GestureExtensionController =  
    class
        inherit ExtensionRegistrar<IGestureExtension, Dictionary<string, Object>>
        interface IGestureExtensionController
        interface IGestureExtension
    end
public class GestureExtensionController extends ExtensionRegistrar<IGestureExtension, Dictionary<String, Object>> implements IGestureExtensionController, IGestureExtension

The GestureExtensionController type exposes the following members.

Constructors

  Name Description
Public method GestureExtensionController

Top

Properties

  Name Description
Public property FilteredImports (Inherited from ExtensionRegistrarBase<T, TMetadataView>.)
Protected property LazyImports (Inherited from ExtensionRegistrarBase<T, TMetadataView>.)
Public property LinkedUndoContext Allow access to the system's linked undo context (if any)
Public property Logger (Overrides ExtensionRegistrarBase<T, TMetadataView>.Logger.)
Protected property MetadataFilter
Protected property UnfilteredLazyImports (Inherited from ExtensionRegistrar<T, TMetadataView>.)

Top

Methods

  Name Description
Public method CanDragDrop
Protected method CanImport Allow registrar that have a key in their metadata matching the MetadataFilter string to be imported (Overrides ExtensionRegistrarBase<T, TMetadataView>.CanImport(Lazy<T, TMetadataView>).)
Protected method Compare (Inherited from ExtensionRegistrarBase<T, TMetadataView>.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnDoubleClick
Public method OnDragDrop
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace