Project.GetProjectItem Method (String)
Gets the ProjectItem with the specified name.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public ProjectItem GetProjectItem(
string itemName
)
public:
ProjectItem^ GetProjectItem(
String^ itemName
)
member GetProjectItem :
itemName:string -> ProjectItem
Public Function GetProjectItem (
itemName As String
) As ProjectItem
Parameters
itemName
Type: System.StringThe name of the ProjectItem.
Return Value
Type: Microsoft.VisualStudio.Tools.Applications.ProjectItem
The ProjectItem.
See Also
Project Class
Microsoft.VisualStudio.Tools.Applications Namespace