BindInputElementAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
HTML input
요소의 하위 형식을 바인딩하는 옵션을 구성합니다.
public ref class BindInputElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindInputElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindInputElementAttribute = class
inherit Attribute
Public NotInheritable Class BindInputElementAttribute
Inherits Attribute
- 상속
-
BindInputElementAttribute
- 특성
생성자
BindInputElementAttribute(String, String, String, String, Boolean, String) |
의 instance 생성합니다BindInputElementAttribute. |
속성
ChangeAttribute |
연결된 변경 이벤트를 등록할 특성의 이름을 가져옵니다. |
Format |
값을 변환할 때 사용할 선택적 형식을 가져옵니다. |
IsInvariantCulture |
바인딩에서 또는 CurrentCulture을 사용할 InvariantCulture 지 여부를 결정하는 값을 가져옵니다. |
Suffix |
접미사 값을 가져옵니다. |
Type |
요소 |
ValueAttribute |
바인딩할 값 특성의 이름을 가져옵니다. |