Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create a new step progress item
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
description As String, _
state As StepProgressListView.ProgressState _
)
public StepProgressItem(
string description,
StepProgressListView.ProgressState state
)
public:
StepProgressItem(
String^ description,
StepProgressListView::ProgressState state
)
new :
description:string *
state:StepProgressListView.ProgressState -> StepProgressItem
public function StepProgressListView.StepProgressItem(
description : String,
state : StepProgressListView.ProgressState
)
Parameters
description
Type: System.Stringoperation description
state
Type: Microsoft.TeamFoundation.Controls.WPF.StepProgressListView.ProgressStateinitial state
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.