Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.ObjectRequired. 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.