Click or drag to resize

ProjectFileItem Constructor (String, XmlReader, ProjectBuildActions, String, Boolean, Boolean, Project)

Parse from the specified XmlReader.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public FileItem(
	string fileName,
	XmlReader xmlReader,
	ProjectBuildActions buildAction,
	string projectPath,
	bool isRemove,
	bool isFirstInGroup,
	Project parent
)

Parameters

fileName
Type: SystemString
xmlReader
Type: System.XmlXmlReader
buildAction
Type: Nova.CodeDOMProjectBuildActions
projectPath
Type: SystemString
isRemove
Type: SystemBoolean
isFirstInGroup
Type: SystemBoolean
parent
Type: Nova.CodeDOMProject
See Also