__VSSPROPID4 Enum

Definition

Contains addition Visual Studio properties.

public enum class __VSSPROPID4
public enum class __VSSPROPID4
enum __VSSPROPID4
public enum __VSSPROPID4
type __VSSPROPID4 = 
Public Enum __VSSPROPID4
Inheritance
__VSSPROPID4

Fields

VSSPROPID_ActivityLogPath -9064

VT_BSTR, Read-Only. The path to ActivityLog file.

VSSPROPID_ConfigurationTimestampUtc -9065

VT_DATE. The last time the configuration cache was built. The value is normalized to UTC.

VSSPROPID_FIRST4 -9065

The first value.

VSSPROPID_IsExecutingCommand -9062

VT_BOOL, Read-Only. Determines whether the shell is currently executing a command. No property change events are raised for this property.

VSSPROPID_IsModal -9058

VT_BOOL, Read-Only. The shell is in a modal state. To set this, call EnableModeless(Int32).

VSSPROPID_LayoutIsRightToLeft -9056

BOOL, Read-Write. true if the UI layout should be right to left, otherwise false.

VSSPROPID_LocalAppDataDir -9055

BSTR. The path of the local application data directory.

VSSPROPID_MainWindowDataSource -9059

VT_UNKNOWN, Read-Only. The VW UI data source for the main window.

VSSPROPID_OpenFileStartDir -9057

VT_BSTR, Read-Only. The initial directory for the Open File dialog (affected by VSSPROPID_OpenFromCurrDocDir).

VSSPROPID_ReuseSavedActiveDocWindow -9063

VT_BOOL, Read-Write. Maps to ReuseSavedActiveDocWindow. No property change events are raised for this property.

VSSPROPID_ShellInitialized -9053

BOOL, Read-Only. true if the shell has entered its main message loop, otherwise false.

VSSPROPID_VisualEffectsAllowed -9061

VT_I4, Read-Only. Indicates the visual effects currently in use. Values for this property come from the __VISUALEFFECTS enumeration.

VSSPROPID_VisualEffectsOption -9060

VT_BOOL, Read-Write. false if visual effects are set automatically, true if they are set manually.

VSSPROPID_ZeroConfigProjectDir -9054

BSTR, Read-Only. The zero-impact project path.

Applies to