EntryElement 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| EntryElement(String, String, String) |
지정된 캡션, 자리 표시자 및 초기 값을 사용하여 EntryElement를 생성합니다. |
| EntryElement(String, String, String, Boolean) |
지정된 캡션, 자리 표시자 및 초기 값을 사용하여 암호 항목에 대한 EntryElement를 생성합니다. |
EntryElement(String, String, String)
지정된 캡션, 자리 표시자 및 초기 값을 사용하여 EntryElement를 생성합니다.
public EntryElement (string caption, string placeholder, string value);
new MonoTouch.Dialog.EntryElement : string * string * string -> MonoTouch.Dialog.EntryElement
매개 변수
- caption
- String
사용할 캡션
- placeholder
- String
값이 설정되지 않은 경우 표시할 자리 표시자입니다.
- value
- String
초기 값입니다.
적용 대상
EntryElement(String, String, String, Boolean)
지정된 캡션, 자리 표시자 및 초기 값을 사용하여 암호 항목에 대한 EntryElement를 생성합니다.
public EntryElement (string caption, string placeholder, string value, bool isPassword);
new MonoTouch.Dialog.EntryElement : string * string * string * bool -> MonoTouch.Dialog.EntryElement
매개 변수
- caption
- String
사용할 캡션입니다.
- placeholder
- String
값이 설정되지 않은 경우 표시할 자리 표시자입니다.
- value
- String
초기 값입니다.
- isPassword
- Boolean
True이면 암호를 입력하는 데 사용해야 합니다.