ScriptManager.GetRegisteredExpandoAttributes Metoda

Definicja

Pobiera kolekcję atrybutów niestandardowych (expando) tylko do odczytu, które zostały wcześniej zarejestrowane w Page obiekcie .

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)

Zwraca

Kolekcja ogólna zawierająca atrybuty niestandardowe.

Przykłady

RegisterExpandoAttribute

RegisterExpandoAttribute

RegisteredExpandoAttribute

Uwagi

Atrybut niestandardowy to para nazwa/wartość, którą można odczytać i ustawić za pomocą skryptu klienta.

Dotyczy