void ShowAlert( string message, string title )
Sub ShowAlert ( message As String, title As String )
void ShowAlert( String^ message, String^ title )
abstract ShowAlert : message : string * title : string -> unit
In This Article