IVsProfileDataManager.GetSettingsForExport(IVsProfileSettingsTree) 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.
Retrieves the settings information in a form ready for export.
public:
int GetSettingsForExport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ % ppSettingsTree);
C++/CX
public:
int GetSettingsForExport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ & ppSettingsTree);
int GetSettingsForExport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree const & & ppSettingsTree);
public int GetSettingsForExport(out Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree ppSettingsTree);
abstract member GetSettingsForExport : IVsProfileSettingsTree -> int
Public Function GetSettingsForExport (ByRef ppSettingsTree As IVsProfileSettingsTree) As Integer
- ppSettingsTree
- IVsProfileSettingsTree
[out] Pointer to an IVsProfileSettingsTree interface containing the settings information.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
To export the settings, pass the retrieved IVsProfileSettingsTree to the ExportSettings method.
From vsshell80.idl:
cpp#
HRESULT IVsProfileDataManager::GetSettingsForExport(
[out] IVsProfileSettingsTree **ppSettingsTree
);
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |