Share via


IVsThreadedWaitDialog3.UpdateProgress Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Sub UpdateProgress ( _
    szUpdatedWaitMessage As String, _
    szProgressText As String, _
    szStatusBarText As String, _
    iCurrentStep As Integer, _
    iTotalSteps As Integer, _
    fDisableCancel As Boolean, _
    <OutAttribute> ByRef pfCanceled As Boolean _
)
void UpdateProgress(
    string szUpdatedWaitMessage,
    string szProgressText,
    string szStatusBarText,
    int iCurrentStep,
    int iTotalSteps,
    bool fDisableCancel,
    out bool pfCanceled
)
void UpdateProgress(
    [InAttribute] String^ szUpdatedWaitMessage, 
    [InAttribute] String^ szProgressText, 
    [InAttribute] String^ szStatusBarText, 
    [InAttribute] int iCurrentStep, 
    [InAttribute] int iTotalSteps, 
    [InAttribute] bool fDisableCancel, 
    [OutAttribute] bool% pfCanceled
)
abstract UpdateProgress : 
        szUpdatedWaitMessage:string * 
        szProgressText:string * 
        szStatusBarText:string * 
        iCurrentStep:int * 
        iTotalSteps:int * 
        fDisableCancel:bool * 
        pfCanceled:bool byref -> unit
function UpdateProgress(
    szUpdatedWaitMessage : String, 
    szProgressText : String, 
    szStatusBarText : String, 
    iCurrentStep : int, 
    iTotalSteps : int, 
    fDisableCancel : boolean, 
    pfCanceled : boolean
)

Parameters

.NET Framework Security

See Also

Reference

IVsThreadedWaitDialog3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace