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.
Get/Set the progress status state
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property ProgressState As StepProgressListView.ProgressState
public StepProgressListView.ProgressState ProgressState { get; set; }
public:
property StepProgressListView::ProgressState ProgressState {
StepProgressListView::ProgressState get ();
void set (StepProgressListView::ProgressState value);
}
member ProgressState : StepProgressListView.ProgressState with get, set
function get ProgressState () : StepProgressListView.ProgressState
function set ProgressState (value : StepProgressListView.ProgressState)
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.StepProgressListView.ProgressState
Returns StepProgressListView.ProgressState.
.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.