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 |
バインドで または を使用InvariantCultureCurrentCultureするかどうかを決定する値を取得します。 |
Suffix |
サフィックス値を取得します。 |
Type |
要素の属性の値を |
ValueAttribute |
バインドする値属性の名前を取得します。 |