IBuildExplorer.CompletedView Property

Use this property to change or get information about the completed tab of the build explorer.

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

Syntax

'Declaration
ReadOnly Property CompletedView As ICompletedView
ICompletedView CompletedView { get; }
property ICompletedView^ CompletedView {
    ICompletedView^ get ();
}
abstract CompletedView : ICompletedView with get
function get CompletedView () : ICompletedView

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.Build.ICompletedView
Returns ICompletedView.

.NET Framework Security

See Also

Reference

IBuildExplorer Interface

Microsoft.VisualStudio.TeamFoundation.Build Namespace