Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub StartWaitDialogWithPercentageProgress ( _
szWaitCaption As String, _
szWaitMessage As String, _
szProgressText As String, _
varStatusBmpAnim As Object, _
szStatusBarText As String, _
fIsCancelable As Boolean, _
iDelayToShowDialog As Integer, _
iTotalSteps As Integer, _
iCurrentStep As Integer _
)
void StartWaitDialogWithPercentageProgress(
string szWaitCaption,
string szWaitMessage,
string szProgressText,
Object varStatusBmpAnim,
string szStatusBarText,
bool fIsCancelable,
int iDelayToShowDialog,
int iTotalSteps,
int iCurrentStep
)
void StartWaitDialogWithPercentageProgress(
[InAttribute] String^ szWaitCaption,
[InAttribute] String^ szWaitMessage,
[InAttribute] String^ szProgressText,
[InAttribute] Object^ varStatusBmpAnim,
[InAttribute] String^ szStatusBarText,
[InAttribute] bool fIsCancelable,
[InAttribute] int iDelayToShowDialog,
[InAttribute] int iTotalSteps,
[InAttribute] int iCurrentStep
)
abstract StartWaitDialogWithPercentageProgress :
szWaitCaption:string *
szWaitMessage:string *
szProgressText:string *
varStatusBmpAnim:Object *
szStatusBarText:string *
fIsCancelable:bool *
iDelayToShowDialog:int *
iTotalSteps:int *
iCurrentStep:int -> unit
function StartWaitDialogWithPercentageProgress(
szWaitCaption : String,
szWaitMessage : String,
szProgressText : String,
varStatusBmpAnim : Object,
szStatusBarText : String,
fIsCancelable : boolean,
iDelayToShowDialog : int,
iTotalSteps : int,
iCurrentStep : int
)
Parameters
- szWaitCaption
Type: String
- szWaitMessage
Type: String
- szProgressText
Type: String
- varStatusBmpAnim
Type: Object
- szStatusBarText
Type: String
- fIsCancelable
Type: Boolean
- iDelayToShowDialog
Type: Int32
- iTotalSteps
Type: Int32
- iCurrentStep
Type: Int32
.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.