ExceptionGroups.Item(Object) Method

Definition

Gets an indexed member of this collection.

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

Parameters

Index
Object

Required. The index of the ExceptionSettings object to return.

Returns

A ExceptionSettings object.

Attributes

Remarks

This method throws a System.ArgumentException exception if the collection cannot find the ExceptionSettings object that corresponds to the index value.

Applies to