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
声明
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 | |
|---|---|---|
| .gif) | GestureExtensionController | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | FilteredImports | (Inherited from ExtensionRegistrarBase<T, TMetadataView>.) | 
| .gif) | LazyImports | (Inherited from ExtensionRegistrarBase<T, TMetadataView>.) | 
| .gif) | LinkedUndoContext | Allow access to the system's linked undo context (if any) | 
| .gif) | Logger | (Overrides ExtensionRegistrarBase<T, TMetadataView>.Logger.) | 
| .gif) | MetadataFilter | |
| .gif) | UnfilteredLazyImports | (Inherited from ExtensionRegistrar<T, TMetadataView>.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CanDragDrop | |
| .gif) | 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>).) | 
| .gif) | Compare | (Inherited from ExtensionRegistrarBase<T, TMetadataView>.) | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | OnDoubleClick | |
| .gif) | OnDragDrop | |
| .gif) | 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