SPDiagnosticsCollection<T>.Item - Propriété (String)
Retourne le SPDiagnosticsItem spécifié avec une propriété Name correspondante
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As T
Get
'Utilisation
Dim instance As SPDiagnosticsCollection
Dim name As String
Dim value As T
value = instance(name)
public T this[
string name
] { get; }
Paramètres
- name
Type : System.String
Valeur de propriété
Type : T
l'objet avec le nom spécifié, ou NULL si l'élément n'existe pas
Voir aussi
Référence
SPDiagnosticsCollection<T> classe