Share via


ISolutionsSectionExt.Solutions Property

Get the list of displayed solutions.

Namespace:  Microsoft.VisualStudio.TeamFoundation.Extensibility
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
ReadOnly Property Solutions As ISolutionSectionSolutionInfo()
ISolutionSectionSolutionInfo[] Solutions { get; }
property array<ISolutionSectionSolutionInfo^>^ Solutions {
    array<ISolutionSectionSolutionInfo^>^ get ();
}
abstract Solutions : ISolutionSectionSolutionInfo[] with get
function get Solutions () : ISolutionSectionSolutionInfo[]

Property Value

Type: array<Microsoft.VisualStudio.TeamFoundation.Extensibility.ISolutionSectionSolutionInfo[]

.NET Framework Security

See Also

Reference

ISolutionsSectionExt Interface

Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace