__VSSPROPID7 Enumeration

Visual Studio 2015
 

Specifies property settings for the environment.

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

public enum __VSSPROPID7

Member nameDescription
VSSPROPID_FIRST7

The first of the properties.

VSSPROPID_IsPrerelease

BOOL, Read-Only. Indicates whether this is a pre-release version of Visual Studio.

VSSPROPID_MainWindowInfoBarHost

UNK, Read-Only. The IVsInfoBarHost for info bars hosted in the main window.

VSSPROPID_SCCGlyphMonikerImageList

NK, Read-Only. The IVsImageMonikerImageList that contains SCC state icon ImageMonikers.

VSSPROPID_UnlocalizedReleaseDescription

BSTR, Read-Only. What this release is branded as, e.g. CTP, Beta, RTM, etc. as an unlocalized string. If you need the localized version of this string, use the VSSPROPID_ReleaseDescription property.

Return to top
Show: