BindElementAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
ValueAttribute |
Gets the name of the value attribute to be bound. |