다음을 통해 공유


ActionSheetArguments 생성자

정의

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

public ActionSheetArguments (string title, string cancel, string destruction, System.Collections.Generic.IEnumerable<string> buttons);
new Xamarin.Forms.Internals.ActionSheetArguments : string * string * string * seq<string> -> Xamarin.Forms.Internals.ActionSheetArguments

매개 변수

title
System.String

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

cancel
System.String

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

destruction
System.String

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

buttons
System.Collections.Generic.IEnumerable<System.String>

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

적용 대상