IVsCommonMessagePump.SetProgressInfo Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
Function SetProgressInfo ( _
iTotalSteps As Integer, _
iCurrentStep As Integer, _
pszProgressText As String _
) As Integer
'Uso
Dim instance As IVsCommonMessagePump
Dim iTotalSteps As Integer
Dim iCurrentStep As Integer
Dim pszProgressText As String
Dim returnValue As Integer
returnValue = instance.SetProgressInfo(iTotalSteps, _
iCurrentStep, pszProgressText)
int SetProgressInfo(
int iTotalSteps,
int iCurrentStep,
string pszProgressText
)
int SetProgressInfo(
[InAttribute] int iTotalSteps,
[InAttribute] int iCurrentStep,
[InAttribute] String^ pszProgressText
)
abstract SetProgressInfo :
iTotalSteps:int *
iCurrentStep:int *
pszProgressText:string -> int
function SetProgressInfo(
iTotalSteps : int,
iCurrentStep : int,
pszProgressText : String
) : int
Parameters
- iTotalSteps
Type: System.Int32
- iCurrentStep
Type: System.Int32
- pszProgressText
Type: System.String
Return Value
Type: System.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.