__VSSPROPID3 Enum
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.
Provides additional members for the __VSSPROPID enumeration.
public enum class __VSSPROPID3
C++/CX
public enum class __VSSPROPID3
enum __VSSPROPID3
public enum __VSSPROPID3
type __VSSPROPID3 =
Public Enum __VSSPROPID3
- Inheritance
-
__VSSPROPID3
Name | Value | Description |
---|---|---|
VSSPROPID_CommonAppDataDir | -9052 | Common (all users) application data directory. |
VSSPROPID_FIRST3 | -9052 | First item. |
From vsshell90.idl:
cpp#
enum __VSSPROPID3 {
VSSPROPID_CommonAppDataDir = -9052,
VSSPROPID_FIRST3 = -9052
};
typedef [public] DWORD VSHPROPID3;
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |