StandardExtensionLocator Class

Definition

Standard implementation of the IExtensionLocator interface

public ref class StandardExtensionLocator : Microsoft::VisualStudio::Modeling::IExtensionLocator
public class StandardExtensionLocator : Microsoft.VisualStudio.Modeling.IExtensionLocator
type StandardExtensionLocator = class
    interface IExtensionLocator
Public Class StandardExtensionLocator
Implements IExtensionLocator
Inheritance
StandardExtensionLocator
Implements

Remarks

Uses MEF to locate and return domain model extensions

Constructors

StandardExtensionLocator(ExportProvider)

Constructor

Properties

Provider

The export provider the domain model resolver will use to locate exports.

Methods

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.

Applies to