IVsTeamFoundationBuild Interface

This interface represents the Team Foundation BuildVisual Studio extension.

Namespace:  Microsoft.VisualStudio.TeamFoundation.Build
Assembly:  Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)

Syntax

'Declaration
<GuidAttribute("BCF3BA35-61AD-4ef1-BB72-00A3C8E841A7")> _
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IVsTeamFoundationBuild
[GuidAttribute("BCF3BA35-61AD-4ef1-BB72-00A3C8E841A7")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IVsTeamFoundationBuild
[GuidAttribute(L"BCF3BA35-61AD-4ef1-BB72-00A3C8E841A7")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IVsTeamFoundationBuild
[<GuidAttribute("BCF3BA35-61AD-4ef1-BB72-00A3C8E841A7")>]
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IVsTeamFoundationBuild =  interface end
public interface IVsTeamFoundationBuild

The IVsTeamFoundationBuild type exposes the following members.

Properties

  Name Description
Public property BuildExplorer Use this property to change or get information about the build explorer.
Public property BuildServer Use this reference to the Build Server to change or get information about any build objects.
Public property ControllerManager Use this property to change or get information about build controllers within Visual Studio.
Public property DefinitionManager Use this property to change or get information about build definitions within Visual Studio.
Public property DetailsManager Use this property to change or get information about build detail objects within Visual Studio.
Public property QualityManager Use this property to change or get information about build qualities within Visual Studio.

Top

See Also

Reference

Microsoft.VisualStudio.TeamFoundation.Build Namespace