ScriptManagerDesigner.GetApplicationServices Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le code ECMAScript (JavaScript) qui représente les propriétés du service de profil définies dans le contrôle ScriptManager et les contrôles ScriptManagerProxy d’une page web.
public:
static System::String ^ GetApplicationServices(System::Web::UI::ScriptManager ^ scriptManager, System::Collections::Generic::IEnumerable<System::Web::UI::ScriptManagerProxy ^> ^ proxies);
public static string GetApplicationServices (System.Web.UI.ScriptManager scriptManager, System.Collections.Generic.IEnumerable<System.Web.UI.ScriptManagerProxy> proxies);
static member GetApplicationServices : System.Web.UI.ScriptManager * seq<System.Web.UI.ScriptManagerProxy> -> string
Public Shared Function GetApplicationServices (scriptManager As ScriptManager, proxies As IEnumerable(Of ScriptManagerProxy)) As String
Paramètres
- scriptManager
- ScriptManager
Le contrôle ScriptManager associé à la page web.
- proxies
- IEnumerable<ScriptManagerProxy>
La collection de contrôles ScriptManagerProxy associés à la page web.
Retours
Le code JavaScript qui définit les propriétés du service de profil.
Exceptions
scriptManager
a la valeur null
.