Sdílet prostřednictvím


EvaluateJavaScriptDelegate Delegát

Definice

Pro interní použití v Xamarinu. Forms platformu.

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

Parametry

script
System.String

Pro interní použití v Xamarinu. Forms platformu.

Návratová hodnota

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

Pro interní použití v Xamarinu. Forms platformu.

Atributy
System.ComponentModel.EditorBrowsableAttribute

Platí pro