共用方式為


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

尾碼值。 例如,針對 將這個 設定為 bind-valuevalue ,或針對 將這個 設定為 nullbind

valueAttribute
String

要系結之 value 屬性的名稱。

changeAttribute
String

將註冊相關聯變更事件的屬性名稱。

適用於