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)

의 instance 생성합니다BindElementAttribute.

속성

ChangeAttribute

연결된 변경 이벤트를 등록할 특성의 이름을 가져옵니다.

Element

요소의 태그 이름을 가져옵니다.

Suffix

접미사 값을 가져옵니다. 예를 들어 이는 를 의미bind-value하거나 null 를 의미하는 bind것입니다value.

ValueAttribute

바인딩할 값 특성의 이름을 가져옵니다.

적용 대상