次の方法で共有


EvaluateJavaScriptDelegate 代理人

定義

Xamarin.Forms プラットフォームによる内部使用向け。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public delegate System.Threading.Tasks.Task<string> EvaluateJavaScriptDelegate(string script);
type EvaluateJavaScriptDelegate = delegate of string -> Task<string>

パラメーター

script
System.String

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

System.Threading.Tasks.Task<System.String>

Xamarin.Forms プラットフォームによる内部使用向け。

属性
System.ComponentModel.EditorBrowsableAttribute

適用対象