CommonMessagePump.EnableRealProgress Property
Determines the type of progress control to use in the wait dialog.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public WriteOnly Property EnableRealProgress As Boolean
public bool EnableRealProgress { set; }
Property Value
Type: System.Boolean
true indicates a percentage progress, false indicates a marquee-type progress
Remarks
Only has an effect before calling the ModalWait functions.
.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.