BindElementAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
配置用于绑定特定元素类型的选项。
public ref class BindElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindElementAttribute = class
inherit Attribute
Public NotInheritable Class BindElementAttribute
Inherits Attribute
- 继承
-
BindElementAttribute
- 属性
构造函数
BindElementAttribute(String, String, String, String) |
构造 的 BindElementAttribute实例。 |
属性
ChangeAttribute |
获取将注册关联更改事件的属性的名称。 |
Element |
获取 元素的标记名称。 |
Suffix |
获取后缀值。
例如,这将表示 |
ValueAttribute |
获取要绑定的值属性的名称。 |