| MSBuildProjectSetSolutionMacros Method |
This is used to set the Visual Studio solution macros based on the
specified project name.
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void SetSolutionMacros(
string solutionName
)
Public Sub SetSolutionMacros (
solutionName As String
)
public:
void SetSolutionMacros(
String^ solutionName
)
member SetSolutionMacros :
solutionName : string -> unit
Parameters
- solutionName
- Type: SystemString
The solution name to use
See Also