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 the step progress items data source
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property DataSource As ObservableCollection(Of StepProgressListView.StepProgressItem)
public ObservableCollection<StepProgressListView.StepProgressItem> DataSource { get; }
public:
property ObservableCollection<StepProgressListView::StepProgressItem^>^ DataSource {
ObservableCollection<StepProgressListView::StepProgressItem^>^ get ();
}
member DataSource : ObservableCollection<StepProgressListView.StepProgressItem> with get
function get DataSource () : ObservableCollection<StepProgressListView.StepProgressItem>
Property Value
Type: System.Collections.ObjectModel.ObservableCollection<StepProgressListView.StepProgressItem>
Returns ObservableCollection<T>.
.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.