Compartir a través de


IVsCommonMessagePump.EnableRealProgress 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 EnableRealProgress ( _
    fEnableRealProgress As Boolean _
) As Integer
'Uso
Dim instance As IVsCommonMessagePump
Dim fEnableRealProgress As Boolean
Dim returnValue As Integer

returnValue = instance.EnableRealProgress(fEnableRealProgress)
int EnableRealProgress(
    bool fEnableRealProgress
)
int EnableRealProgress(
    [InAttribute] bool fEnableRealProgress
)
abstract EnableRealProgress : 
        fEnableRealProgress:bool -> int 
function EnableRealProgress(
    fEnableRealProgress : boolean
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsCommonMessagePump Interface

IVsCommonMessagePump Members

Microsoft.VisualStudio.Shell.Interop Namespace