Share via


ISolutionsSectionExt.SelectedSolutions Property

Get the list of selected solutions.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISolutionsSectionExt Interface

Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace