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 对象。

注解

仅限内部使用。

适用于