Solution4::FindProjectItem Method (String^)
Visual Studio 2015
Locates an item in a project.
Assembly: EnvDTE100 (in EnvDTE100.dll)
Parameters
- FileName
-
Type:
System::String^
Required. The name of the project item to locate.
Implements
Solution3::FindProjectItem(String^)FindProjectItem performs an OpenFile -type search for the given file name. The first project found to have the item returns its ProjectItem object for the name. If the file is not found in the solution, null is returned.
Show: