ScriptManager.GetRegisteredExpandoAttributes メソッド

定義

Page オブジェクトに既に登録済みのカスタム (expando) 属性の読み取り専用のコレクションを取得します。

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

注釈

カスタム属性は、クライアント スクリプトで読み取りおよび設定できる名前と値のペアです。

適用対象