(UInt32) de la propiedad SPDiagnosticsCollection<T>.Item
Devuelve el SPDiagnosticsItem especificado con una propiedad de identificador coincidente
Espacio de nombres: Microsoft.SharePoint.Administration
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
key As UInteger _
) As T
Get
'Uso
Dim instance As SPDiagnosticsCollection
Dim key As UInteger
Dim value As T
value = instance(key)
public T this[
uint key
] { get; }
Parámetros
- key
Tipo: System.UInt32
Valor de propiedad
Tipo: T
el objeto con el identificador especificado o NULL si no existe el elemento
Vea también
Referencia
clase SPDiagnosticsCollection<T>