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 ExceptionSetting
ExceptionSetting Item(
Object Index
)
ExceptionSetting^ Item(
[InAttribute] Object^ Index
)
abstract Item :
Index:Object -> ExceptionSetting
function Item(
Index : Object
) : ExceptionSetting
Parameters
- Index
Type: System.Object
Required. The index of the ExceptionSetting to return.
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
- 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.