ExceptionSettings.Item(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此集合的一个索引成员。
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按 Name 或整数索引返回对象。 如果 Name 传递了,则此方法将返回匹配名称的第一个异常设置。 如果此组不支持代码,则该名称在集合中必须是唯一的。 该名称区分大小写。