다음을 통해 공유


EntryElement 생성자

정의

오버로드

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이면 암호를 입력하는 데 사용해야 합니다.

적용 대상