ISerializerLocatorExtensions.GetDomainModelType(ISerializerLocator, String) Methode

Definition

Diese Methode nimmt eine Ziel-Namespace Zeichenfolge an und gibt den entsprechenden Domänen Modelltyp zurück.

public:
[System::Runtime::CompilerServices::Extension]
 static Type ^ GetDomainModelType(Microsoft::VisualStudio::Modeling::ISerializerLocator ^ locator, System::String ^ targetNamespace);
public static Type GetDomainModelType (this Microsoft.VisualStudio.Modeling.ISerializerLocator locator, string targetNamespace);
static member GetDomainModelType : Microsoft.VisualStudio.Modeling.ISerializerLocator * string -> Type
<Extension()>
Public Function GetDomainModelType (locator As ISerializerLocator, targetNamespace As String) As Type

Parameter

targetNamespace
String

Ziel Namespace, der aufgelöst werden soll

Gibt zurück

Type

Der Typ des entsprechenden Domänen Modells oder NULL, wenn ein Wert nicht bestimmt werden konnte.

Gilt für