IBuildQualityManager.RefreshUICache Method
Call this method to force the UI to update its list of displayed qualities.
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.