DocumentationSource.ProjectsIn Method
This is used to get a list of all projects in a solution file regardless of configuration and
platform.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public static IEnumerable<string> ProjectsIn(
string solutionFile
)
Public Shared Function ProjectsIn (
solutionFile As String
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ ProjectsIn(
String^ solutionFile
)
static member ProjectsIn :
solutionFile : string -> IEnumerable<string>
- solutionFile String
- The solution filename from which to get the project names
IEnumerable<String>An enumerable list of the projects within the solution regardless of configuration or
platform build combinations in which they are enabled.