SPCmdlet.WriteProgress - Méthode (String, String, Int32)
Écrit des informations de progression à l'écran en ce qui concerne l'applet de commande en cours d'exécution.
Espace de noms : Microsoft.SharePoint.PowerShell
Assembly : Microsoft.SharePoint.PowerShell (dans Microsoft.SharePoint.PowerShell.dll)
Syntaxe
'Déclaration
Protected Sub WriteProgress ( _
activity As String, _
statusDescription As String, _
percentCompleted As Integer _
)
'Utilisation
Dim activity As String
Dim statusDescription As String
Dim percentCompleted As Integer
Me.WriteProgress(activity, statusDescription, _
percentCompleted)
protected void WriteProgress(
string activity,
string statusDescription,
int percentCompleted
)
Paramètres
activity
Type : System.StringIndique l'action effectuée par l'applet de commande spécifié. Ce doit être une chaîne fixe pour une applet de commande donné.
statusDescription
Type : System.StringDécrit l'état actuel de l'exécution de l'applet de commande.
percentCompleted
Type : System.Int32Indique l'état d'achèvement de l'applet de commande sous forme de pourcentage.