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