次の方法で共有


ColumnProvider.AddDefaultAttributes メソッド

定義

既定の属性を追加します。

protected:
 static System::ComponentModel::AttributeCollection ^ AddDefaultAttributes(System::Web::DynamicData::ModelProviders::ColumnProvider ^ columnProvider, System::ComponentModel::AttributeCollection ^ attributes);
protected static System.ComponentModel.AttributeCollection AddDefaultAttributes (System.Web.DynamicData.ModelProviders.ColumnProvider columnProvider, System.ComponentModel.AttributeCollection attributes);
static member AddDefaultAttributes : System.Web.DynamicData.ModelProviders.ColumnProvider * System.ComponentModel.AttributeCollection -> System.ComponentModel.AttributeCollection
Protected Shared Function AddDefaultAttributes (columnProvider As ColumnProvider, attributes As AttributeCollection) As AttributeCollection

パラメーター

columnProvider
ColumnProvider

列プロバイダー。

attributes
AttributeCollection

属性のコレクション。

戻り値

AttributeCollection

属性のコレクション。

注釈

パラメーターに attributes コレクションが含まれていない RequiredAttribute が、モデルプロバイダーにこの属性が必要な場合は、 RequiredAttribute オブジェクトが追加されます。 パラメーターに attributes コレクションが含まれておらず、 StringLengthAttribute このプロバイダーによって表される列が文字列の場合は、 StringLengthAttribute オブジェクトが追加されます。

適用対象