Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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;