CommonMessagePump.IVsCommonMessagePump.EnableRealProgress Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Private Function EnableRealProgress ( _
enableRealProgress As Boolean _
) As Integer Implements IVsCommonMessagePump.EnableRealProgress
'Utilisation
Dim instance As CommonMessagePump
Dim enableRealProgress As Boolean
Dim returnValue As Integer
returnValue = CType(instance, IVsCommonMessagePump).EnableRealProgress(enableRealProgress)
int IVsCommonMessagePump.EnableRealProgress(
bool enableRealProgress
)
private:
virtual int EnableRealProgress(
bool enableRealProgress
) sealed = IVsCommonMessagePump::EnableRealProgress
private abstract EnableRealProgress :
enableRealProgress:bool -> int
private override EnableRealProgress :
enableRealProgress:bool -> int
JScript does not support explicit interface implementations.
Parameters
- enableRealProgress
Type: System.Boolean
Return Value
Type: System.Int32
Implements
IVsCommonMessagePump.EnableRealProgress(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.