BindElementAttribute 类

定义

配置用于绑定特定元素类型的选项。

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

获取后缀值。 例如,这将表示 valuebind-value为 ,或 null 表示 bind

ValueAttribute

获取要绑定的值属性的名称。

适用于