Op Englesch liesen

Deelen iwwer


__VSPROFILELOCATIONS Enum

Definition

Specifies profile file location.

C++/CX
public enum class __VSPROFILELOCATIONS
Inheritance
__VSPROFILELOCATIONS

Fields

Name Value Description
PFL_All -1

Custom file that the user has browsed to.

PFL_LocationNone 0

Used only for initialization.

PFL_InstallDir 1

File resides in the installation directory.

PFL_SettingsDir 2

File resides in the user's default settings directory.

PFL_Other 4

Custom file that the user has browsed to.

PFL_AutoSave 8

Add the current Autosave file.

Remarks

These values are used to sort the file list in the UI. Lower values have greater priority.

COM Signature

From vsshell80.idl:

cpp#
enum __VSPROFILELOCATIONS  
{  
    PFL_LocationNone            = 0x00000000,  
    PFL_InstallDir              = 0x00000001,  
    PFL_SettingsDir             = 0x00000002,  
    PFL_Other                   = 0x00000004,  
    PFL_AutoSave                = 0x00000008,  
    PFL_All                     = 0xFFFFFFFF,  
};  
typedef DWORD VSPROFILELOCATIONS;  

Applies to

Produkt Versiounen
Visual Studio SDK 2015, 2017, 2019, 2022