Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class implements the interface IVsTeamFoundationBuild.
See that interface for information about how this object can be used.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.TeamFoundation.Build.VsTeamFoundationBuild
Namespace:  Microsoft.VisualStudio.TeamFoundation.Build
Assembly:  Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
<GuidAttribute("ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class VsTeamFoundationBuild _
    Implements IVsTeamFoundationBuild, IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager,  _
    IBuildQualityManager
[GuidAttribute("ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class VsTeamFoundationBuild : IVsTeamFoundationBuild, 
    IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager, IBuildQualityManager
[GuidAttribute(L"ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class VsTeamFoundationBuild : IVsTeamFoundationBuild, 
    IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager, IBuildQualityManager
[<GuidAttribute("ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")>]
[<ComVisibleAttribute(true)>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type VsTeamFoundationBuild =  
    class 
        interface IVsTeamFoundationBuild 
        interface IBuildDefinitionManager 
        interface IBuildDetailManager 
        interface IBuildControllerManager 
        interface IBuildQualityManager 
    end
public class VsTeamFoundationBuild implements IVsTeamFoundationBuild, IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager, IBuildQualityManager
The VsTeamFoundationBuild type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | VsTeamFoundationBuild | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | BuildExplorer | |
| .gif) | BuildServer | |
| .gif) | ControllerManager | |
| .gif) | DefinitionManager | |
| .gif) | DetailsManager | |
| .gif) | QualityManager | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | OpenBuild(Uri) | |
| .gif) | OpenBuild(Uri, String) | |
| .gif) | OpenDefinition | |
| .gif) | QueueBuild | |
| .gif) | RegisterLogViewInformationConverter | |
| .gif) | RegisterSummaryViewFactory | |
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | UnregisterLogViewInformationConverter | |
| .gif) | UnregisterSummaryViewFactory | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IBuildControllerManager.RefreshUICache | |
| .gif) .gif) | IBuildControllerManager.Show | |
| .gif) .gif) | IBuildDefinitionManager.RefreshUICache | |
| .gif) .gif) | IBuildQualityManager.RefreshUICache | |
| .gif) .gif) | IBuildQualityManager.Show | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.