ScriptManager.GetRegisteredExpandoAttributes Metodo

Definizione

Recupera una raccolta di sola lettura degli attributi personalizzati (expando) precedentemente registrati con l'oggetto 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)

Restituisce

Raccolta generica contenente attributi personalizzati.

Esempio

RegisterExpandoAttribute

RegisterExpandoAttribute

RegisteredExpandoAttribute

Commenti

Un attributo personalizzato è una coppia nome/valore che può essere letto e impostato dallo script client.

Si applica a