VsTeamFoundationBuild Class
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
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")> _
<ComVisibleAttribute(True)> _
Public Class VsTeamFoundationBuild _
Implements IVsTeamFoundationBuild, IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager, _
IBuildQualityManager
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")]
[ComVisibleAttribute(true)]
public class VsTeamFoundationBuild : IVsTeamFoundationBuild,
IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager, IBuildQualityManager
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")]
[ComVisibleAttribute(true)]
public ref class VsTeamFoundationBuild : IVsTeamFoundationBuild,
IBuildDefinitionManager, IBuildDetailManager, IBuildControllerManager, IBuildQualityManager
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("ACF3BA35-61AD-4ef1-BB72-00A3C8E841A7")>]
[<ComVisibleAttribute(true)>]
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 | |
---|---|---|
![]() |
VsTeamFoundationBuild |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BuildExplorer | |
![]() |
BuildServer | |
![]() |
ControllerManager | |
![]() |
DefinitionManager | |
![]() |
DetailsManager | |
![]() |
QualityManager |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OpenBuild(Uri) | |
![]() |
OpenBuild(Uri, String) | |
![]() |
OpenDefinition | |
![]() |
QueueBuild | |
![]() |
RegisterLogViewInformationConverter | |
![]() |
RegisterSummaryViewFactory | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
UnregisterLogViewInformationConverter | |
![]() |
UnregisterSummaryViewFactory |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IBuildControllerManager.RefreshUICache | |
![]() ![]() |
IBuildControllerManager.Show | |
![]() ![]() |
IBuildDefinitionManager.RefreshUICache | |
![]() ![]() |
IBuildQualityManager.RefreshUICache | |
![]() ![]() |
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.