ProjectListSectionView.ItemsSource Property
Get/set the items source.
Namespace: Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Property ItemsSource As IEnumerable
public IEnumerable ItemsSource { get; set; }
public:
property IEnumerable^ ItemsSource {
IEnumerable^ get ();
void set (IEnumerable^ value);
}
member ItemsSource : IEnumerable with get, set
function get ItemsSource () : IEnumerable
function set ItemsSource (value : IEnumerable)
Property Value
Type: System.Collections.IEnumerable
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace