IVsTeamFoundationBuild.BuildExplorer Property
Use this property to change or get information about the build explorer.
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
ReadOnly Property BuildExplorer As IBuildExplorer
IBuildExplorer BuildExplorer { get; }
property IBuildExplorer^ BuildExplorer {
IBuildExplorer^ get ();
}
abstract BuildExplorer : IBuildExplorer with get
function get BuildExplorer () : IBuildExplorer
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.Build.IBuildExplorer
Returns IBuildExplorer.
.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.