SolutionFindProjectByFileName Method |
Find a project by its full file name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Project FindProjectByFileName(
string fullFileName
)
Parameters
- fullFileName
- Type: SystemString
Return Value
Type:
ProjectSee Also