SPDiagnosticsCollection<T>-Klasse
Stellt eine Auflistung von SPDiagnosticsItems, die Auflistungen von Objekten SPDiagnosticsCategory oder SPDiagnosticsArea enthalten.
Vererbungshierarchie
System.Object
Microsoft.SharePoint.Administration.SPDiagnosticsCollection<T>
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPDiagnosticsCollection(Of T As SPDiagnosticsItem) _
Implements IEnumerable(Of T), IEnumerable
'Usage
Dim instance As SPDiagnosticsCollection(Of T)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPDiagnosticsCollection<T> : IEnumerable<T>,
IEnumerable
where T : SPDiagnosticsItem
Typparameter
- T
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.