ProjectParseProjectFile Method |
Parse a project file contents (either from a standard VS project file, or from an imported .props or .targets project file).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected void ParseProjectFile(
string fileName,
Action<LoadStatus, CodeObject> statusCallback,
bool isImport = false
)
Parameters
- fileName
- Type: SystemString
- statusCallback
- Type: SystemActionLoadStatus, CodeObject
- isImport (Optional)
- Type: SystemBoolean
See Also