ExceptionSettings::Item Method (Object^)

 

Gets an indexed member of this collection.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

ExceptionSetting^ Item(
	Object^ Index
)

Parameters

Index
Type: System::Object^

Required. The index of the ExceptionSetting to return.

Return Value

Type: EnvDTE90::ExceptionSetting^

A ExceptionSetting object.

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.

Return to top
Show: