StandardExtensionLocator Class
Visual Studio 2015
Standard implementation of the IExtensionLocator interface
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | StandardExtensionLocator(ExportProvider^) | Constructor |
| Name | Description | |
|---|---|---|
![]() | Provider | The export provider the domain model resolver will use to locate exports. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetExtendingDomainModels(Type^) | Returns a list of domain model types that extend the specified domain model, either directly or indirectly |
![]() | GetExtendingDomainModels(Type^, Boolean) | Returns a list of domain model types that extend the specified domain model. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Uses MEF to locate and return domain model extensions
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


