IProjectStorage Interface

 

An interface that allows a project to be loaded and saved from an externally-defined medium.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Public Interface IProjectStorage

NameDescription
System_CAPS_pubmethodItemExists(String)

Determines if the specified item exists.

System_CAPS_pubmethodOpenItem(String, Boolean)

Returns a Stream for the item named itemName.

Return to top

Community Additions

ADD
Show: