C# 클래스 Catel.Xamarin.Forms.ArgumentsProxyFactory

파일 보기 프로젝트 열기: Catel/Catel 1 사용 예제들

공개 메소드들

메소드 설명
CreateAlertArgument ( string caption, string message, string positiveButton, string negativeButton ) : IArgumentsProxy

Creates a proxy for Xamarin.Forms.AlertArgument.

메소드 상세

CreateAlertArgument() 공개 정적인 메소드

Creates a proxy for Xamarin.Forms.AlertArgument.
public static CreateAlertArgument ( string caption, string message, string positiveButton, string negativeButton ) : IArgumentsProxy
caption string The caption
message string The message
positiveButton string The positive button text
negativeButton string The negative button text
리턴 IArgumentsProxy