ModelMetadata.BoundConstructorParameters Propriété

Définition

Obtient la collection d’instances ModelMetadata pour les paramètres sur un BoundConstructor. Ce n’est disponible que lorsque MetadataKind est Constructor.

public:
 virtual property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ BoundConstructorParameters { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ get(); };
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata>? BoundConstructorParameters { get; }
member this.BoundConstructorParameters : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata>
Public Overridable ReadOnly Property BoundConstructorParameters As IReadOnlyList(Of ModelMetadata)

Valeur de propriété

S’applique à