SolutionClass.FindProjectItem(String) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
 virtual EnvDTE::ProjectItem ^ FindProjectItem(System::String ^ FileName) = EnvDTE::_Solution::FindProjectItem;
	public:
 virtual EnvDTE::ProjectItem ^ FindProjectItem(Platform::String ^ FileName) = EnvDTE::_Solution::FindProjectItem;
	 virtual EnvDTE::ProjectItem FindProjectItem(std::wstring const & FileName);
	[System.Runtime.InteropServices.DispId(42)]
public virtual EnvDTE.ProjectItem FindProjectItem(string FileName);
	[<System.Runtime.InteropServices.DispId(42)>]
abstract member FindProjectItem : string -> EnvDTE.ProjectItem
override this.FindProjectItem : string -> EnvDTE.ProjectItem
	Public Overridable Function FindProjectItem (FileName As String) As ProjectItem
	Parameters
- FileName
 - String
 
Returns
Implements
- Attributes