__VSSPROPID5 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies additional shell property settings for the environment.
public enum class __VSSPROPID5
public enum class __VSSPROPID5
enum __VSSPROPID5
public enum __VSSPROPID5
type __VSSPROPID5 =
Public Enum __VSSPROPID5
- Inheritance
-
__VSSPROPID5
Fields
Name | Value | Description |
---|---|---|
VSSPROPID_FIRST5 | -9075 | Flag indicating the first property identifier in this group of identifiers. |
VSSPROPID_PreviewFileSizeLimit | -9075 | UI8, Read-Only. Used when implementing single-click preview. This the maximum size (in bytes) of a file that should be single-click previewed; files larger than this limit should not be single-click previewed. |
VSSPROPID_NativeScrollbarThemeModePropName | -9074 | BSTR, Read-only. The string to be used with ::SetProp/::RemoveProp to control theming of native scrollbars. When calling ::SetProp, the property value provided should be one of the values in the __VSNativeScrollbarThemeMode enumeration. |
VSSPROPID_SKUInfo | -9073 | BSTR. A localized text describing the current SKU (name, year, release type, etc). For example: "Ultimate 2012 RC" or "Express 2012 RC for Web". |
VSSPROPID_AppShortBrandName | -9072 | BSTR. A short version of VSSPROPID_AppBrandName, less than 32 chars. For example: "VS Pro 2012 RC" or "VS Express 2012 RC for Win8" or "VSX 2012 RC for Web". |
VSSPROPID_AppBrandName | -9071 | BSTR. The localized full brand name of the application, including SKU information. For example: "Microsoft Visual Studio Professional 2012 RC" or "Microsoft Visual Studio Express 2012 RC for Windows 8".BSTR. A short version of VSSPROPID_AppBrandName, less than 32 chars. For example: "VS Pro 2012 RC" or "VS Express 2012 RC for Win8" or "VSX 2012 RC for Web". |
VSSPROPID_EnablePreviewTab | -9070 | Indicates if the preview tab enabled (default |
VSSPROPID_ReleaseDescription | -9069 | The branding for this release (for example, CTP, Beta, RTM, and so on). This property is read only. |
VSSPROPID_ReleaseVersion | -9068 | The build version of the release and the branch, machine, and user information used to build it (for example, "10.0.30319.01 RTMRel" or "10.0.30128.1 BRANCHNAME(COMPUTERNAME-USERNAME)"). This is the same as the release string shown in Help/About. |
VSSPROPID_ProvisionalDelayMilliseconds | -9067 | The number of milliseconds to wait before previewing a selected item. Used when implementing single-click preview. This property is read only. |
VSSPROPID_LastActiveInputTick | -9066 | The last recorded tick value for a user input message. In order to avoid noise, property change events are not raised for |