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

バインドする値属性の名前を取得します。

適用対象