ExceptionSettings.Item(Object) 方法

定义

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

public:
 EnvDTE90::ExceptionSetting ^ Item(System::Object ^ Index);
public:
 EnvDTE90::ExceptionSetting ^ Item(Platform::Object ^ Index);
EnvDTE90::ExceptionSetting Item(winrt::Windows::Foundation::IInspectable const & Index);
[System.Runtime.InteropServices.DispId(0)]
public EnvDTE90.ExceptionSetting Item (object Index);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member Item : obj -> EnvDTE90.ExceptionSetting
Public Function Item (Index As Object) As ExceptionSetting

参数

Index
Object

必需。 要返回的 ExceptionSetting 的索引。

返回

ExceptionSetting

ExceptionSetting 对象。

属性

注解

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

适用于