Aracılığıyla paylaş


ScriptManager.GetRegisteredExpandoAttributes Yöntem

Tanım

Daha önce nesneye Page kaydedilmiş özel (expando) özniteliklerden oluşan salt okunur bir koleksiyon alır.

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)

Döndürülenler

Özel öznitelikler içeren genel bir koleksiyon.

Örnekler

RegisterExpandoAttribute

RegisterExpandoAttribute

RegisteredExpandoAttribute

Açıklamalar

Özel öznitelik, istemci betiği tarafından okunabilen ve ayarlanabilen bir ad/değer çiftidir.

Şunlara uygulanır