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
- szUpdatedWaitMessage
Type: String
- szProgressText
Type: String
- szStatusBarText
Type: String
- iCurrentStep
Type: Int32
- iTotalSteps
Type: Int32
- fDisableCancel
Type: Boolean
- pfCanceled
Type: Boolean%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.