Partager via


Workflow.IsInStage - Méthode

Renvoie une valeur de type Boolean qui indique si le projet est dans la fenêtre spécifiée.

Espace de noms :  Microsoft.Office.Project.Server.Library
Assembly :  Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)

Syntaxe

'Déclaration
Public Shared Function IsInStage ( _
    status As Workflow.StageStatus _
) As Boolean
'Utilisation
Dim status As Workflow.StageStatus
Dim returnValue As Boolean

returnValue = Workflow.IsInStage(status)
public static bool IsInStage(
    Workflow.StageStatus status
)

Paramètres

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

Workflow classe

Workflow - Membres

Microsoft.Office.Project.Server.Library - Espace de noms