__VSPROFILETEAMSETTINGSCHANGEDFLAGS Enumeration
Visual Studio 2015
Specifies how team profile settings have changed. Used with ReportTeamSettingsChanged calls.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| PTSCF_TEAMFILE_CHANGED | The team file has been changed from its previous value. | |
| PTSCF_TEAMFILE_NOCHANGE | The team file setting has not been touched. | |
| PTSCF_TEAMFILE_SAME | The team file setting has been updated, but the value is the same as before. |
From vsshell80.idl:
Show: