ProjectElement(SandcastleProject, String, String) Constructor
This constructor is used to create a new build item and add it to the project
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
protected ProjectElement(
SandcastleProject project,
string itemType,
string itemPath
)
Protected Sub New (
project As SandcastleProject,
itemType As String,
itemPath As String
)
protected:
ProjectElement(
SandcastleProject^ project,
String^ itemType,
String^ itemPath
)
new :
project : SandcastleProject *
itemType : string *
itemPath : string -> ProjectElement
Parameters
- project SandcastleProject
- The project that will own the item
- itemType String
- The type of build item to create
- itemPath String
- The path to the item. This can be relative or absolute and may contain
variable references.