ExtensionRegistrarBase<T, TMetadataView> Class
The base class for regular extension registrar and special case for validation registrar
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Modeling.ExtensionEnablement.ExtensionRegistrarBase<T, TMetadataView>
Microsoft.VisualStudio.Modeling.ExtensionEnablement.ExtensionRegistrar<T, TMetadataView>
Microsoft.VisualStudio.Modeling.ExtensionEnablement.ValidationExtensionRegistrar
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public MustInherit Class ExtensionRegistrarBase(Of T, TMetadataView)
public abstract class ExtensionRegistrarBase<T, TMetadataView>
generic<typename T, typename TMetadataView>
public ref class ExtensionRegistrarBase abstract
[<AbstractClass>]
type ExtensionRegistrarBase<'T, 'TMetadataView> = class end
JScript does not support generic types or methods.
Type Parameters
- T
- TMetadataView
The ExtensionRegistrarBase<T, TMetadataView> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExtensionRegistrarBase<T, TMetadataView> |
Top
Properties
Name | Description | |
---|---|---|
FilteredImports | ||
LazyImports | ||
Logger | Used to log exceptions/errors encountered by the registrar object. | |
UnfilteredLazyImports |
Top
Methods
Name | Description | |
---|---|---|
CanImport | Determines if for a particular Lazy Import, the underlying exported object should be imported or not. The default implementation allows all imports. | |
Compare | Compares two imported objects of the same type. | |
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.) | |
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.ExtensionEnablement Namespace