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