SPDiagnosticsArea.Categories - Propriété

Obtient la collection de catégories enfants pour cet objet SPDiagnosticsArea .

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Categories As SPDiagnosticsCollection(Of SPDiagnosticsCategory)
    Get
'Utilisation
Dim instance As SPDiagnosticsArea
Dim value As SPDiagnosticsCollection(Of SPDiagnosticsCategory)

value = instance.Categories
public SPDiagnosticsCollection<SPDiagnosticsCategory> Categories { get; }

Valeur de propriété

Type : Microsoft.SharePoint.Administration.SPDiagnosticsCollection<SPDiagnosticsCategory>
La liste des catégories.

Voir aussi

Référence

SPDiagnosticsArea classe

SPDiagnosticsArea - Membres

Microsoft.SharePoint.Administration - Espace de noms