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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Interface IExtensionLocator
public interface IExtensionLocator
public interface class IExtensionLocator
type IExtensionLocator = interface end
public interface IExtensionLocator
Methods
Name | Description | |
---|---|---|
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. |
Top