This interface represents a node in a section on the View.
Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Interface ISectionNode
public interface ISectionNode
public interface class ISectionNode
type ISectionNode =  interface end
public interface ISectionNode
The ISectionNode type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Content | Returns the content for this node. This should be a Windows Presentation Foundation document paragraph (or block). | 
| .gif) | SectionName | Returns the non-localized name of the section that this node should be positioned in. | 
Top