BindInputElementAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建構 的 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
要系結之 value 屬性的名稱。
- changeAttribute
- String
將註冊相關聯變更事件的屬性名稱。
- isInvariantCulture
- Boolean
判斷系結是否會使用 InvariantCulture 或 CurrentCulture 。
- format
- String
轉換值時要使用的選擇性格式。