WebBrowser.InvokeScript, méthode (String, array<String[])

Espace de noms :  Microsoft.Phone.Controls
Assembly :  Microsoft.Phone (dans Microsoft.Phone.dll)

Syntaxe

'Déclaration
Public Function InvokeScript ( _
    scriptName As String, _
    ParamArray args As String() _
) As Object
public Object InvokeScript(
    string scriptName,
    params string[] args
)
public:
Object^ InvokeScript(
    String^ scriptName, 
    ... array<String^>^ args
)
member InvokeScript : 
        scriptName:string * 
        args:string[] -> Object 

Paramètres

Valeur de retour

Type : System.Object

Informations de version

.NET pour les applications Windows Phone

Pris en charge dans : Windows Phone 8, Silverlight 8.1

Sécurité .NET Framework

Voir aussi

Référence

WebBrowser Classe

InvokeScript, surcharge

Microsoft.Phone.Controls, espace de noms