BindElementAttribute(String, String, String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建構 的 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-value
value
,或針對 將這個 設定為 null
bind
。
- valueAttribute
- String
要系結之 value 屬性的名稱。
- changeAttribute
- String
將註冊相關聯變更事件的屬性名稱。