Freigeben über


CommonMessagePump.IVsCommonMessagePump.SetProgressInfo Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Private Function SetProgressInfo ( _
    iTotalSteps As Integer, _
    iCurrentStep As Integer, _
    progressText As String _
) As Integer Implements IVsCommonMessagePump.SetProgressInfo
'Usage
Dim instance As CommonMessagePump
Dim iTotalSteps As Integer
Dim iCurrentStep As Integer
Dim progressText As String
Dim returnValue As Integer

returnValue = CType(instance, IVsCommonMessagePump).SetProgressInfo(iTotalSteps, _
    iCurrentStep, progressText)
int IVsCommonMessagePump.SetProgressInfo(
    int iTotalSteps,
    int iCurrentStep,
    string progressText
)
private:
virtual int SetProgressInfo(
    int iTotalSteps, 
    int iCurrentStep, 
    String^ progressText
) sealed = IVsCommonMessagePump::SetProgressInfo
private abstract SetProgressInfo : 
        iTotalSteps:int * 
        iCurrentStep:int * 
        progressText:string -> int 
private override SetProgressInfo : 
        iTotalSteps:int * 
        iCurrentStep:int * 
        progressText:string -> int 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsCommonMessagePump.SetProgressInfo(Int32, Int32, String)

.NET Framework Security

See Also

Reference

CommonMessagePump Class

CommonMessagePump Members

Microsoft.VisualStudio.Shell Namespace