BindElementAttribute Class

Definition

Configures options for binding specific element types.

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
Inheritance
BindElementAttribute
Attributes

Constructors

BindElementAttribute(String, String, String, String)

Constructs an instance of BindElementAttribute.

Properties

ChangeAttribute

Gets the name of an attribute that will register an associated change event.

Element

Gets the tag name of the element.

Suffix

Gets the suffix value. For example, this will be value to mean bind-value, or null to mean bind.

ValueAttribute

Gets the name of the value attribute to be bound.

Applies to