Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this method to force the UI to update its list of displayed definitions.
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Sub RefreshUICache ( _
teamProject As String _
)
void RefreshUICache(
string teamProject
)
void RefreshUICache(
String^ teamProject
)
abstract RefreshUICache :
teamProject:string -> unit
function RefreshUICache(
teamProject : String
)
Parameters
teamProject
Type: System.Stringthe Team Project to refresh
.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.