ExceptionGroups.Item(Object) 方法

定义

获取此集合的一个索引成员。

public:
 EnvDTE90::ExceptionSettings ^ Item(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(0)]
public EnvDTE90.ExceptionSettings Item (object Index);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member Item : obj -> EnvDTE90.ExceptionSettings
Public Function Item (Index As Object) As ExceptionSettings

参数

Index
Object

必需。 要返回的 ExceptionSettings 对象的索引。

返回

ExceptionSettings

ExceptionSettings 对象。

属性

注解

System.ArgumentException如果集合找不 ExceptionSettings 到与索引值对应的对象,则此方法将引发异常。

适用于