Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an indexed member of this collection.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
Function Item ( _
Index As Object _
) As ExceptionSettings
ExceptionSettings Item(
Object Index
)
ExceptionSettings^ Item(
[InAttribute] Object^ Index
)
abstract Item :
Index:Object -> ExceptionSettings
function Item(
Index : Object
) : ExceptionSettings
Parameters
- Index
Type: System.Object
Required. The index of the ExceptionSettings object to return.
Return Value
Type: EnvDTE90.ExceptionSettings
A ExceptionSettings object.
Remarks
This method throws a System.ArgumentException exception if the collection cannot find the ExceptionSettings object that corresponds to the index value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.