| DocumentationSourceProjectsIn Method |
This is used to get a list of all projects in a solution file
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax 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>
Parameters
- solutionFile
- Type: SystemString
The solution filename from which to get the project names
Return Value
Type:
IEnumerableStringAn enumerable list of the projects within the solution regardless of which configuration or
platform build combination in which they are enabled.
See Also