BindInputElementAttribute 類別

定義

設定 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

取得值,這個值會決定系結是否會使用 InvariantCultureCurrentCulture

Suffix

取得尾碼值。

Type

取得專案 type 屬性的值。

ValueAttribute

取得要系結之 value 屬性的名稱。

適用於