Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the specified item exists.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
bool ItemExists(
string itemName
)
bool ItemExists(
String^ itemName
)
abstract ItemExists :
itemName:string -> bool
Function ItemExists (
itemName As String
) As Boolean
Parameters
itemName
Type: System.StringItem name to check.
Return Value
Type: System.Boolean
true if there is a stream available for itemName; otherwise, false.
See Also
IProjectStorage Interface
Microsoft.VisualStudio.Tools.Applications Namespace