| SelectProjectsDlgLoadSolutionProjectNames Method |
This loads the dialog with the available projects from the given solution file
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void LoadSolutionProjectNames(
string solutionName
)
Public Sub LoadSolutionProjectNames (
solutionName As String
)
public:
void LoadSolutionProjectNames(
String^ solutionName
)
member LoadSolutionProjectNames :
solutionName : string -> unit
Parameters
- solutionName
- Type: SystemString
The solution filename to use
See Also