SolutionGetProjectNames Method | |
Gives a project names list from Solution
Namespace:
SIC.IDE.Helper
Assembly:
SIC.IDE.Helper (in SIC.IDE.Helper.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax public static List<string> GetProjectNames()
Public Shared Function GetProjectNames As List(Of String)
Return Value
Type:
ListStringPorject list
See Also