ProjectParseFileItem Method |
Parse file items.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected void ParseFileItem(
XmlReader xmlReader,
ProjectBuildActions buildAction,
bool isRemove,
bool isFirstInGroup,
HashSet<string> generatedFiles,
Action<LoadStatus, CodeObject> statusCallback,
string sourceFileName
)
Parameters
- xmlReader
- Type: System.XmlXmlReader
- buildAction
- Type: Nova.CodeDOMProjectBuildActions
- isRemove
- Type: SystemBoolean
- isFirstInGroup
- Type: SystemBoolean
- generatedFiles
- Type: System.Collections.GenericHashSetString
- statusCallback
- Type: SystemActionLoadStatus, CodeObject
- sourceFileName
- Type: SystemString
See Also