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

.NET Framework Security

See Also

Reference

IBuildQualityManager Interface

Microsoft.VisualStudio.TeamFoundation.Build Namespace