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

Комментарии

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

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