Partager via


ScriptManager.GetRegisteredExpandoAttributes Méthode

Définition

Récupère une collection en lecture seule d’attributs personnalisés (expando) précédemment inscrits avec l’objet Page.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Web::UI::RegisteredExpandoAttribute ^> ^ GetRegisteredExpandoAttributes();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredExpandoAttribute> GetRegisteredExpandoAttributes ();
member this.GetRegisteredExpandoAttributes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredExpandoAttribute>
Public Function GetRegisteredExpandoAttributes () As ReadOnlyCollection(Of RegisteredExpandoAttribute)

Retours

ReadOnlyCollection<RegisteredExpandoAttribute>

Collection générique qui contient les attributs personnalisés.

Exemples

RegisterExpandoAttribute

RegisterExpandoAttribute

RegisteredExpandoAttribute

Remarques

Un attribut personnalisé est une paire nom/valeur qui peut être lue et définie par le script client.

S’applique à