Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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
.gif)