StandardExtensionLocator Class

 

Standard implementation of the IExtensionLocator interface

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling::StandardExtensionLocator

public ref class StandardExtensionLocator : IExtensionLocator

NameDescription
System_CAPS_pubpropertyProvider

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetExtendingDomainModels(Type^)

Returns a list of domain model types that extend the specified domain model, either directly or indirectly

System_CAPS_pubmethodGetExtendingDomainModels(Type^, Boolean)

Returns a list of domain model types that extend the specified domain model.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: