| SelectProjectsDlgSelectSolutionOrProjects Method |
This is used to prompt the user whether to add the solution or just selected projects from it as
documentation sources.
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static IEnumerable<string> SelectSolutionOrProjects(
string solutionName
)
Public Shared Function SelectSolutionOrProjects (
solutionName As String
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ SelectSolutionOrProjects(
String^ solutionName
)
static member SelectSolutionOrProjects :
solutionName : string -> IEnumerable<string>
Parameters
- solutionName
- Type: SystemString
The solution filename to use
Return Value
Type:
IEnumerableStringAn enumerable list containing either the solution name or the selected projects
See Also