ConnectPageProjectExtendedInfo.SubItems Property

The list of sub-items for the Team Project.

Namespace:  Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Property SubItems As List(Of ConnectPageProjectSubItem)
public List<ConnectPageProjectSubItem> SubItems { get; private set; }
public:
property List<ConnectPageProjectSubItem^>^ SubItems {
    List<ConnectPageProjectSubItem^>^ get ();
    private: void set (List<ConnectPageProjectSubItem^>^ value);
}
member SubItems : List<ConnectPageProjectSubItem> with get, private set
function get SubItems () : List<ConnectPageProjectSubItem>
private function set SubItems (value : List<ConnectPageProjectSubItem>)

Property Value

Type: System.Collections.Generic.List<ConnectPageProjectSubItem>

.NET Framework Security

See Also

Reference

ConnectPageProjectExtendedInfo Class

Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace