ExceptionSettings::Item Method (Object^)
Visual Studio 2015
Gets an indexed member of this collection.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Parameters
- Index
-
Type:
System::Object^
Required. The index of the ExceptionSetting to return.
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.
Show: