ScriptManager.GetRegisteredExpandoAttributes Метод

Определение

Возвращает коллекцию только для чтения пользовательских (expando) атрибутов, которые были прежде зарегистрированы с объектом 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)

Возвращаемое значение

Универсальная коллекция, содержащая пользовательские атрибуты.

Примеры

RegisterExpandoAttribute

RegisterExpandoAttribute

RegisteredExpandoAttribute

Комментарии

Настраиваемый атрибут — это пара "имя-значение", которую можно считывать и задавать клиентским скриптом.

Применяется к