InformationBar.StartMarquee Method
Shows a progress indicator.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Sub StartMarquee ( _
speed As Integer _
)
public void StartMarquee(
int speed
)
public:
void StartMarquee(
int speed
)
member StartMarquee :
speed:int -> unit
public function StartMarquee(
speed : int
)
Parameters
- speed
Type: System.Int32
The time period, in milliseconds, that it takes the progress block to scroll across the progress bar.
.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.