ScriptManager.GetRegisteredExpandoAttributes Méthode

Définition

Récupère une collection en lecture seule d’attributs personnalisés (expando) qui ont été précédemment inscrits auprès de 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

Collection générique qui contient des 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 à