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.
Manually refreshes the view, and optionally removes completed builds from the view.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub Refresh ( _
useCompletedWindow As Boolean _
)
void Refresh(
bool useCompletedWindow
)
void Refresh(
bool useCompletedWindow
)
abstract Refresh :
useCompletedWindow:bool -> unit
function Refresh(
useCompletedWindow : boolean
)
Parameters
useCompletedWindow
Type: System.BooleanTrue to remove completed builds outside of the completed window from view. False to remove all completed builds from view.
.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.