Share via


BindInputElementAttribute コンストラクター

定義

のインスタンス BindInputElementAttributeを構築します。

public:
 BindInputElementAttribute(System::String ^ type, System::String ^ suffix, System::String ^ valueAttribute, System::String ^ changeAttribute, bool isInvariantCulture, System::String ^ format);
public BindInputElementAttribute (string type, string suffix, string valueAttribute, string changeAttribute, bool isInvariantCulture, string format);
public BindInputElementAttribute (string? type, string? suffix, string? valueAttribute, string? changeAttribute, bool isInvariantCulture, string? format);
new Microsoft.AspNetCore.Components.BindInputElementAttribute : string * string * string * string * bool * string -> Microsoft.AspNetCore.Components.BindInputElementAttribute
Public Sub New (type As String, suffix As String, valueAttribute As String, changeAttribute As String, isInvariantCulture As Boolean, format As String)

パラメーター

type
String

要素の属性の type 値。

suffix
String

サフィックスの値。

valueAttribute
String

バインドする値属性の名前。

changeAttribute
String

関連付けられた変更イベントを登録する属性の名前。

isInvariantCulture
Boolean

バインドで と のどちらを使用InvariantCultureCurrentCultureするかを決定します。

format
String

値の変換時に使用する省略可能な形式。

適用対象