Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.Int32The 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.