IExtensionLocator Interface

 

This interface provides a way for the generated serializers to resolve a schema target namespace to a domain model.

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

public interface class IExtensionLocator

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

Return to top
Show: