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)
Syntax
public interface IProjectStorage
public interface class IProjectStorage
type IProjectStorage = interface end
Public Interface IProjectStorage
Methods
Name | Description | |
---|---|---|
ItemExists(String) | Determines if the specified item exists. |
|
OpenItem(String, Boolean) | Returns a Stream for the item named itemName. |