DefaultMetadataDetails.BoundConstructorParameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定建 ModelMetadata 構函式參數的專案。
public:
property cli::array <Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ BoundConstructorParameters { cli::array <Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ get(); void set(cli::array <Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ value); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata[] BoundConstructorParameters { get; set; }
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata[]? BoundConstructorParameters { get; set; }
member this.BoundConstructorParameters : Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata[] with get, set
Public Property BoundConstructorParameters As ModelMetadata()