Share via


IProjectStorage.ItemExists Method (String)

 

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

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

Return to top