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.
Renvoie le code ECMAScript (JavaScript) qui représente les propriétés du service de profil définies dans le contrôle et ScriptManager les contrôles d’une ScriptManagerProxy 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
Contrôle ScriptManager associé à la page web.
- proxies
- IEnumerable<ScriptManagerProxy>
Collection de ScriptManagerProxy contrôles associés à la page Web.
Retours
Code JavaScript qui définit les propriétés du service de profil.
Exceptions
scriptManager a la valeur null.