Share via


GridHeaderUtils.GetMaxLayerDepth - Méthode

Renvoie la profondeur maximale de l'arborescence.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Shared Function GetMaxLayerDepth ( _
    headers As List(Of GridHeaderItem) _
) As Integer
'Utilisation
Dim headers As List(Of GridHeaderItem)
Dim returnValue As Integer

returnValue = GridHeaderUtils.GetMaxLayerDepth(headers)
public static int GetMaxLayerDepth(
    List<GridHeaderItem> headers
)

Paramètres

Valeur renvoyée

Type : System.Int32
Profondeur maximale de l'arborescence.

Voir aussi

Référence

GridHeaderUtils classe

GridHeaderUtils - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms