AssociatedMetadataTypeTypeDescriptionProvider Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse.
Überlädt
AssociatedMetadataTypeTypeDescriptionProvider(Type) |
Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse unter Verwendung des angegebenen Typs. |
AssociatedMetadataTypeTypeDescriptionProvider(Type, Type) |
Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse unter Verwendung des angegebenen Metadatenanbietertyps und des zugeordneten Typs. |
AssociatedMetadataTypeTypeDescriptionProvider(Type)
Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse unter Verwendung des angegebenen Typs.
public:
AssociatedMetadataTypeTypeDescriptionProvider(Type ^ type);
public AssociatedMetadataTypeTypeDescriptionProvider (Type type);
new System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider : Type -> System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider
Public Sub New (type As Type)
Parameter
- type
- Type
Der Typ, für den der Metadatenanbieter erstellt wird.
Gilt für:
AssociatedMetadataTypeTypeDescriptionProvider(Type, Type)
Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse unter Verwendung des angegebenen Metadatenanbietertyps und des zugeordneten Typs.
public:
AssociatedMetadataTypeTypeDescriptionProvider(Type ^ type, Type ^ associatedMetadataType);
public AssociatedMetadataTypeTypeDescriptionProvider (Type type, Type associatedMetadataType);
new System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider : Type * Type -> System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider
Public Sub New (type As Type, associatedMetadataType As Type)
Parameter
- type
- Type
Der Typ, für den der Metadatenanbieter erstellt wird.
- associatedMetadataType
- Type
Der zugeordnete Typ, der die Metadaten enthält.
Ausnahmen
Der Wert von associatedMetadataType
ist null
.