ExceptionSettings.Item 方法

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

命名空间:  EnvDTE90
程序集:  EnvDTE90(在 EnvDTE90.dll 中)

语法

声明
Function Item ( _
    Index As Object _
) As ExceptionSetting
ExceptionSetting Item(
    Object Index
)
ExceptionSetting^ Item(
    [InAttribute] Object^ Index
)
abstract Item : 
        Index:Object -> ExceptionSetting 
function Item(
    Index : Object
) : ExceptionSetting

参数

返回值

类型:EnvDTE90.ExceptionSetting
一个 ExceptionSetting 对象。

备注

通过 Name 或整数索引返回一个 ExceptionSetting 对象。 如果传递 Name,则此方法返回与名称匹配的第一个异常设置。 如果此组不支持代码,则名称在集合中必须唯一。 name 区分大小写。

.NET Framework 安全性

请参见

参考

ExceptionSettings 接口

EnvDTE90 命名空间

其他资源

自动化对象模型图表