次の方法で共有


BindElementAttribute(String, String, String, String) コンストラクター

定義

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

public:
 BindElementAttribute(System::String ^ element, System::String ^ suffix, System::String ^ valueAttribute, System::String ^ changeAttribute);
public BindElementAttribute (string element, string suffix, string valueAttribute, string changeAttribute);
public BindElementAttribute (string element, string? suffix, string valueAttribute, string changeAttribute);
new Microsoft.AspNetCore.Components.BindElementAttribute : string * string * string * string -> Microsoft.AspNetCore.Components.BindElementAttribute
Public Sub New (element As String, suffix As String, valueAttribute As String, changeAttribute As String)

パラメーター

element
String

要素のタグ名。

suffix
String

サフィックスの値。 たとえば、 の場合は にvalue設定し、 のbind-value場合は にbindnull設定します。

valueAttribute
String

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

changeAttribute
String

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

適用対象