__VSPROFILETEAMSETTINGSFLAGS Enumeration

 

Specifies the action for CheckUpdateTeamSettings calls.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[FlagsAttribute]
public enum __VSPROFILETEAMSETTINGSFLAGS

Member nameDescription
PTSF_CHECKFORUPDATE

Import from the teamsettings file if it is newer.

PTSF_UPDATEALWAYS

Forces an import from the teamsettings file.

From vsshell80.idl:

Return to top
Show: