次の方法で共有


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 プラットフォームによる内部使用向け。

適用対象