ISectionContainer Interface
This interface represents the View that contains the sections and section nodes.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Interface ISectionContainer
public interface ISectionContainer
public interface class ISectionContainer
type ISectionContainer = interface end
public interface ISectionContainer
The ISectionContainer type exposes the following members.
Properties
Name | Description | |
---|---|---|
StandardSectionNames | Returns the names of all the standard sections in summary view of the View. | |
TeamProjectCollection | Returns an instance of the TeamProjectCollection object associated with this View. |
Top
Methods
Name | Description | |
---|---|---|
NavigateLink | This method navigates to the link (inside Visual Studio if it is possible). |
Top