| MSBuildProject Constructor |
Constructor
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public MSBuildProject(
string projectFile
)
Public Sub New (
projectFile As String
)
public:
MSBuildProject(
String^ projectFile
)
new :
projectFile : string -> MSBuildProject
Parameters
- projectFile
- Type: SystemString
The MSBuild project to load
See Also