Share via


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 物件。

備註

僅供內部使用。

適用於