SPDiagnosticsProviderCollection class
Representa uma coleção de provedores de diagnóstico cujo trabalho é coletar informações de diagnóstico e envia-los ao banco de dados de log.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPDiagnosticsProvider>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPDiagnosticsProvider>
Microsoft.SharePoint.Diagnostics.SPDiagnosticsProviderCollection
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDiagnosticsProviderCollection _
Inherits SPPersistedChildCollection(Of SPDiagnosticsProvider)
'Uso
Dim instance As SPDiagnosticsProviderCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDiagnosticsProviderCollection : SPPersistedChildCollection<SPDiagnosticsProvider>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.