IVsProfileDataManager.ReportTeamSettingsChanged(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.
Determines which team settings changes are reported.
public:
int ReportTeamSettingsChanged(System::UInt32 dwFlags);
public:
int ReportTeamSettingsChanged(unsigned int dwFlags);
int ReportTeamSettingsChanged(unsigned int dwFlags);
public int ReportTeamSettingsChanged (uint dwFlags);
abstract member ReportTeamSettingsChanged : uint32 -> int
Public Function ReportTeamSettingsChanged (dwFlags As UInteger) As Integer
Parameters
- dwFlags
- UInt32
[in] Bit flags indicating which changes to report. Constructed from values in the __VSPROFILETEAMSETTINGSCHANGEDFLAGS enumeration.
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::ReportTeamSettingsChanged(
[in] VSPROFILETEAMSETTINGSCHANGEDFLAGS dwFlags
);