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) |
의 instance 생성합니다BindElementAttribute. |
속성
ChangeAttribute |
연결된 변경 이벤트를 등록할 특성의 이름을 가져옵니다. |
Element |
요소의 태그 이름을 가져옵니다. |
Suffix |
접미사 값을 가져옵니다.
예를 들어 이는 를 의미 |
ValueAttribute |
바인딩할 값 특성의 이름을 가져옵니다. |