Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Provides additional members for the __VSSPROPID enumeration.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Enumeration __VSSPROPID3
public enum __VSSPROPID3
public enum class __VSSPROPID3
type __VSSPROPID3
public enum __VSSPROPID3
Members
| Member name | Description | |
|---|---|---|
| VSSPROPID_CommonAppDataDir | Common (all users) application data directory. | |
| VSSPROPID_FIRST3 | First item. |
Remarks
COM Signature
From vsshell90.idl:
enum __VSSPROPID3 {
VSSPROPID_CommonAppDataDir = -9052,
VSSPROPID_FIRST3 = -9052
};
typedef [public] DWORD VSHPROPID3;