Condividi tramite


Proprietà TeamFoundationPerformanceCounters.Item (String, String)

L'indicizzatore restituirà il contatore per il nome del contatore specificato se gli è stato registrato in caso contrario restituisce NULL.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Item ( _
    counterName As String, _
    instanceName As String _
) As TeamFoundationPerformanceCounter
public TeamFoundationPerformanceCounter this[
    string counterName,
    string instanceName
] { get; }

Parametri

Valore proprietà

Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationPerformanceCounter
Il contatore delle prestazioni per tale nome del contatore e di istanza, o null se non è stato registrato

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationPerformanceCounters Classe

Overload Item

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server