InformationBar.StartMarquee Method

Shows a progress indicator.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
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

See Also

Reference

InformationBar Class

Microsoft.TeamFoundation.Client Namespace