Share via


StepProgressListView.StepProgressItem.ProgressStateCallback Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/Set the progress status state callback.

If the callback is non-null, the status text is shown as a hyperlink.

Otherwise the status text is shown as ordinary text.

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

Syntax

'Declaration
Public Property ProgressStateCallback As AutoColumnListViewHyperlink.HyperlinkCallback
public AutoColumnListViewHyperlink.HyperlinkCallback ProgressStateCallback { get; set; }
public:
property AutoColumnListViewHyperlink::HyperlinkCallback^ ProgressStateCallback {
    AutoColumnListViewHyperlink::HyperlinkCallback^ get ();
    void set (AutoColumnListViewHyperlink::HyperlinkCallback^ value);
}
member ProgressStateCallback : AutoColumnListViewHyperlink.HyperlinkCallback with get, set
function get ProgressStateCallback () : AutoColumnListViewHyperlink.HyperlinkCallback 
function set ProgressStateCallback (value : AutoColumnListViewHyperlink.HyperlinkCallback)

Property Value

Type: Microsoft.TeamFoundation.Controls.WPF.AutoColumnListViewHyperlink.HyperlinkCallback
Returns AutoColumnListViewHyperlink.HyperlinkCallback.

.NET Framework Security

See Also

Reference

StepProgressListView.StepProgressItem Class

Microsoft.TeamFoundation.Controls.WPF Namespace