Partager via


CommonMessagePump.IVsCommonMessagePump.SetProgressInfo, méthode

définit les informations de progression pour le message.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Private Function SetProgressInfo ( _
    iTotalSteps As Integer, _
    iCurrentStep As Integer, _
    progressText As String _
) As Integer Implements IVsCommonMessagePump.SetProgressInfo
int IVsCommonMessagePump.SetProgressInfo(
    int iTotalSteps,
    int iCurrentStep,
    string progressText
)

Paramètres

  • iTotalSteps
    Type : System.Int32
    Total d'étapes pour le contrôle de progression.
  • iCurrentStep
    Type : System.Int32
    l'étape actuelle.Une valeur comprise entre 1 et iTotalSteps.

Valeur de retour

Type : System.Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Implémentations

IVsCommonMessagePump.SetProgressInfo(Int32, Int32, String)

Sécurité .NET Framework

Voir aussi

Référence

CommonMessagePump Classe

Microsoft.VisualStudio.Shell, espace de noms