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