Share via


ExceptionSettings.Item(Object) Method

Definition

Gets an indexed member of this collection.

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

Parameters

Index
Object

Required. The index of the ExceptionSetting to return.

Returns

A ExceptionSetting object.

Attributes

Remarks

Returns an ExceptionSetting object by either Name or integer index. If a Name is passed, this method returns the first exception setting the matching name. If this group does not support codes, the name must be unique in the collection. The name is case sensitive.

Applies to