CommonMessagePump.IVsCommonMessagePump.SetProgressInfo Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Private Function SetProgressInfo ( _
iTotalSteps As Integer, _
iCurrentStep As Integer, _
progressText As String _
) As Integer Implements IVsCommonMessagePump.SetProgressInfo
'Utilisation
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
- iTotalSteps
Type: System.Int32
- iCurrentStep
Type: System.Int32
- progressText
Type: System.String
Return Value
Type: System.Int32
Implements
IVsCommonMessagePump.SetProgressInfo(Int32, Int32, String)
.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.