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 |
获取要绑定的值属性的名称。 |