BindInputElementAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 HTML input
專案的系結子類型選項。
public ref class BindInputElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindInputElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindInputElementAttribute = class
inherit Attribute
Public NotInheritable Class BindInputElementAttribute
Inherits Attribute
- 繼承
-
BindInputElementAttribute
- 屬性
建構函式
BindInputElementAttribute(String, String, String, String, Boolean, String) |
建構 的 BindInputElementAttribute 實例。 |
屬性
ChangeAttribute |
取得將註冊相關聯變更事件的屬性名稱。 |
Format |
取得轉換值時要使用的選擇性格式。 |
IsInvariantCulture |
取得值,這個值會決定系結是否會使用 InvariantCulture 或 CurrentCulture 。 |
Suffix |
取得尾碼值。 |
Type |
取得專案 |
ValueAttribute |
取得要系結之 value 屬性的名稱。 |