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
- 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
ISolutionsSectionExt Interface
Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace