次の方法で共有


HttpHandlerActionCollection.Item[Int32] プロパティ

定義

このコレクション内の項目を取得または設定します。

public:
 property System::Web::Configuration::HttpHandlerAction ^ default[int] { System::Web::Configuration::HttpHandlerAction ^ get(int index); void set(int index, System::Web::Configuration::HttpHandlerAction ^ value); };
public System.Web.Configuration.HttpHandlerAction this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.HttpHandlerAction with get, set
Default Public Property Item(index As Integer) As HttpHandlerAction

パラメーター

index
Int32

項目のインデックス。

プロパティ値

HttpHandlerAction

選択されている HttpHandlerAction オブジェクト。

注釈

内部使用のみです。

適用対象