| ImageReferenceCollection Constructor |
Constructor
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ImageReferenceCollection(
SandcastleProject project
)
Public Sub New (
project As SandcastleProject
)
public:
ImageReferenceCollection(
SandcastleProject^ project
)
new :
project : SandcastleProject -> ImageReferenceCollection
Parameters
- project
- Type: SandcastleBuilder.UtilsSandcastleProject
The project file containing the image
build items.
See Also