ISectionLink Interface

This interface represents a hyperlink on the View.

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

Syntax

'Declaration
Public Interface ISectionLink
public interface ISectionLink
public interface class ISectionLink
type ISectionLink =  interface end
public interface ISectionLink

The ISectionLink type exposes the following members.

Properties

  Name Description
Public property Context Gets or sets the context string of the Build Detail Link. This property is optional and can be left empty.
Public property Link Gets or sets the link as a string. This value is usually a valid Uri, but may also be file path depending on the link type.
Public property Type Returns the type of link this is. Once a link is created the type should never change.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Controls Namespace