CollectionModelBinder<TElement>.CreateEmptyCollection(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez un Object assignable à targetType
.
protected:
virtual System::Object ^ CreateEmptyCollection(Type ^ targetType);
protected virtual object CreateEmptyCollection (Type targetType);
abstract member CreateEmptyCollection : Type -> obj
override this.CreateEmptyCollection : Type -> obj
Protected Overridable Function CreateEmptyCollection (targetType As Type) As Object
Paramètres
Retours
Assignable Object à targetType
.
Remarques
Appelée lors de la création d’un modèle « vide » par défaut pour une liaison de niveau supérieur.