ISectionNode Interface

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
Public property Content Returns the content for this node. This should be a Windows Presentation Foundation document paragraph (or block).
Public property SectionName Returns the non-localized name of the section that this node should be positioned in.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Controls Namespace