Condividi tramite


Metodo ExceptionGroups.Item

Ottiene un membro indicizzato dell'insieme.

Spazio dei nomi:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: EnvDTE90.ExceptionSettings
Oggetto ExceptionSettings.

Note

Il metodo genera un'eccezione System.ArgumentException se l'insieme non riesce a trovare l'oggetto ExceptionSettings che corrisponde al valore di indice.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExceptionGroups Interfaccia

Spazio dei nomi EnvDTE90

Altre risorse

Working With Threads and Processes

Grafico del modello a oggetti di automazione

How to: Use the Threads Window