Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines if the ProjectItem exists in the Project.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public bool GetProjectItemExists(
string itemName
)
public:
bool GetProjectItemExists(
String^ itemName
)
member GetProjectItemExists :
itemName:string -> bool
Public Function GetProjectItemExists (
itemName As String
) As Boolean
Parameters
itemName
Type: System.StringThe name of the ProjectItem.
Return Value
Type: System.Boolean
true if the ProjectItem exists; otherwise false.
See Also
Project Class
Microsoft.VisualStudio.Tools.Applications Namespace