Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Shows a progress indicator.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaración
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.