_PersistStorageType Enumeration

Specifies the persistent location for IVsBuildPropertyStorage and IPersistXMLFragment.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
Public Enumeration _PersistStorageType
'Usage
Dim instance As _PersistStorageType
public enum _PersistStorageType
public enum class _PersistStorageType
public enum _PersistStorageType

Members

Member name Description
PST_PROJECT_FILE Specifies storage file type to project file.
PST_USER_FILE Specifies storage file type to user file.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace