'宣言 Public Function New( _ ByVal bindingType As BindingType, _ ByVal order As System.Integer, _ ByVal min As System.String, _ ByVal max As System.String, _ ByVal defaultValue As System.String _ )
public PropertyBindingAttribute( BindingType bindingType, System.int order, System.string min, System.string max, System.string defaultValue )
パラメータ
- bindingType
- バインディングの種類。
- order
- プロパティの順番。
- min
- このプロパティの最小値。
- max
- このプロパティの最大値。
- defaultValue
- このプロパティのデフォルト値。