__VSPROFILETEAMSETTINGSCHANGEDFLAGS Enum
Definition
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.
Specifies how team profile settings have changed. Used with ReportTeamSettingsChanged(UInt32) calls.
This enumeration supports a bitwise combination of its member values.
public enum class __VSPROFILETEAMSETTINGSCHANGEDFLAGS
public enum class __VSPROFILETEAMSETTINGSCHANGEDFLAGS
enum __VSPROFILETEAMSETTINGSCHANGEDFLAGS
[System.Flags]
public enum __VSPROFILETEAMSETTINGSCHANGEDFLAGS
[<System.Flags>]
type __VSPROFILETEAMSETTINGSCHANGEDFLAGS =
Public Enum __VSPROFILETEAMSETTINGSCHANGEDFLAGS
- Inheritance
-
__VSPROFILETEAMSETTINGSCHANGEDFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
PTSCF_TEAMFILE_NOCHANGE | 0 | The team file setting has not been touched. |
PTSCF_TEAMFILE_CHANGED | 1 | The team file has been changed from its previous value. |
PTSCF_TEAMFILE_SAME | 2 | The team file setting has been updated, but the value is the same as before. |
Remarks
COM Signature
From vsshell80.idl: