IVsProfileDataManager.ReportTeamSettingsChanged(UInt32) Method
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);
C++/CX
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
- dwFlags
- UInt32
[in] Bit flags indicating which changes to report. Constructed from values in the __VSPROFILETEAMSETTINGSCHANGEDFLAGS enumeration.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
cpp#
HRESULT IVsProfileDataManager::ReportTeamSettingsChanged(
[in] VSPROFILETEAMSETTINGSCHANGEDFLAGS dwFlags
);
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |