ExtensionRegistrar<T, TMetadataView> Class
Lazy Mef Importer class that : 1. Imports parts that export the type T. 2. Ability to provide a filter.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Microsoft.VisualStudio.Modeling.ExtensionEnablement::ExtensionRegistrarBase<T, TMetadataView>
Microsoft.VisualStudio.Modeling.ExtensionEnablement::ExtensionRegistrar<T, TMetadataView>
Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement::GestureExtensionController
Microsoft.VisualStudio.Modeling.Shell.ExtensionEnablement::CommandExtensionRegistrar
| Name | Description | |
|---|---|---|
![]() | ExtensionRegistrar<T, TMetadataView>() |
| Name | Description | |
|---|---|---|
![]() | FilteredImports | (Inherited from ExtensionRegistrarBase<T, TMetadataView>.) |
![]() | LazyImports | (Inherited from ExtensionRegistrarBase<T, TMetadataView>.) |
![]() | Logger | Used to log exceptions/errors encountered by the registrar object.(Inherited from ExtensionRegistrarBase<T, TMetadataView>.) |
![]() | UnfilteredLazyImports |
| Name | Description | |
|---|---|---|
![]() | CanImport(Lazy<T, TMetadataView>^) | Determines if for a particular Lazy Import, the underlying exported object should be imported or not. The default implementation allows all imports.(Inherited from ExtensionRegistrarBase<T, TMetadataView>.) |
![]() | Compare(Tuple<T, TMetadataView>^, Tuple<T, TMetadataView>^) | Compares two imported objects of the same type.(Inherited from ExtensionRegistrarBase<T, TMetadataView>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



