ExceptionSettings.Item Method

Gets an indexed member of this collection.

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

Syntax

'Declaration
Function Item ( _
    Index As Object _
) As ExceptionSetting
ExceptionSetting Item(
    Object Index
)
ExceptionSetting^ Item(
    [InAttribute] Object^ Index
)
abstract Item : 
        Index:Object -> ExceptionSetting
function Item(
    Index : Object
) : ExceptionSetting

Parameters

Return Value

Type: EnvDTE90.ExceptionSetting
A ExceptionSetting object.

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.

.NET Framework Security

See Also

Reference

ExceptionSettings Interface

EnvDTE90 Namespace

Other Resources

Automation Object Model Chart