ModelMetadata.BoundConstructorParameters プロパティ

定義

のパラメーターのインスタンスの ModelMetadata コレクションを BoundConstructor取得します。 これは、 が の場合MetadataKindConstructorにのみ使用できます。

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)

プロパティ値

適用対象