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
System_CAPS_pubmethod ItemExists(String)

Determines if the specified item exists.

System_CAPS_pubmethod OpenItem(String, Boolean)

Returns a Stream for the item named itemName.

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top