IVsProfileDataManager.GetSettingsForExport(IVsProfileSettingsTree) Method

Definition

Retrieves the settings information in a form ready for export.

C++/CX
public:
 int GetSettingsForExport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ &  ppSettingsTree);

Parameters

ppSettingsTree
IVsProfileSettingsTree

[out] Pointer to an IVsProfileSettingsTree interface containing the settings information.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

To export the settings, pass the retrieved IVsProfileSettingsTree to the ExportSettings method.

COM Signature

From vsshell80.idl:

cpp#
HRESULT IVsProfileDataManager::GetSettingsForExport(  
   [out] IVsProfileSettingsTree **ppSettingsTree  
);  

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022