__VSSPROPID4 Enumeration

Contains addition Visual Studio properties.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Public Enumeration __VSSPROPID4
public enum __VSSPROPID4
public enum class __VSSPROPID4
type __VSSPROPID4
public enum __VSSPROPID4

Members

Member name Description
VSSPROPID_ActivityLogPath VT_BSTR, Read-Only. The path to ActivityLog file.
VSSPROPID_ConfigurationTimestampUtc VT_DATE. The last time the configuration cache was built. The value is normalized to UTC.
VSSPROPID_FIRST4 The first value.
VSSPROPID_IsExecutingCommand VT_BOOL, Read-Only. Determines whether the shell is currently executing a command. No property change events are raised for this property.
VSSPROPID_IsModal VT_BOOL, Read-Only. The shell is in a modal state. To set this, call EnableModeless.
VSSPROPID_LayoutIsRightToLeft BOOL, Read-Write. true if the UI layout should be right to left, otherwise false.
VSSPROPID_LocalAppDataDir BSTR. The path of the local application data directory.
VSSPROPID_MainWindowDataSource VT_UNKNOWN, Read-Only. The VW UI data source for the main window.
VSSPROPID_OpenFileStartDir VT_BSTR, Read-Only. The initial directory for the Open File dialog (affected by VSSPROPID_OpenFromCurrDocDir).
VSSPROPID_ReuseSavedActiveDocWindow VT_BOOL, Read-Write. Maps to ReuseSavedActiveDocWindow. No property change events are raised for this property.
VSSPROPID_ShellInitialized BOOL, Read-Only. true if the shell has entered its main message loop, otherwise false.
VSSPROPID_VisualEffectsAllowed VT_I4, Read-Only. Indicates the visual effects currently in use. Values for this property come from the __VISUALEFFECTS enumeration.
VSSPROPID_VisualEffectsOption VT_BOOL, Read-Write. false if visual effects are set automatically, true if they are set manually.
VSSPROPID_ZeroConfigProjectDir BSTR, Read-Only. The zero-impact project path.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace