CodeGenerationUtilities.MapToSchemaType(DomainType) Methode

Definition

Ordnen Sie einen DomainType dem Schematyp zu.

public:
 static System::String ^ MapToSchemaType(Microsoft::VisualStudio::Modeling::DslDefinition::DomainType ^ domainType);
public static string MapToSchemaType (Microsoft.VisualStudio.Modeling.DslDefinition.DomainType domainType);
static member MapToSchemaType : Microsoft.VisualStudio.Modeling.DslDefinition.DomainType -> string
Public Shared Function MapToSchemaType (domainType As DomainType) As String

Parameter

domainType
DomainType

DomainType, dessen Schematyp zurückgegeben wird.

Gibt zurück

String

Der Schematyp für den angegebenen DomainType.

Gilt für