IVsProfileDataManager.CheckUpdateTeamSettings(UInt32) Method
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.
Checks and, if necessary, updates team profile settings.
public:
int CheckUpdateTeamSettings(System::UInt32 dwFlags);
public:
int CheckUpdateTeamSettings(unsigned int dwFlags);
int CheckUpdateTeamSettings(unsigned int dwFlags);
public int CheckUpdateTeamSettings (uint dwFlags);
abstract member CheckUpdateTeamSettings : uint32 -> int
Public Function CheckUpdateTeamSettings (dwFlags As UInteger) As Integer
Parameters
- dwFlags
- UInt32
[in] A value from the __VSPROFILETEAMSETTINGSFLAGS enumeration indicating whether to check for an update or always to update.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsProfileDataManager::CheckUpdateTeamSettings(
[in] VSPROFILETEAMSETTINGSFLAGS dwFlags
);