IBuildQualityManager.Show Method
This action is the same as the user selecting Manage Build Qualities from the Team Explorer Builds context menu.
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Sub Show ( _
teamProject As String _
)
void Show(
string teamProject
)
void Show(
String^ teamProject
)
abstract Show :
teamProject:string -> unit
function Show(
teamProject : String
)
Parameters
teamProject
Type: System.Stringthe Team Project for which to manage Build Qualities
.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.