IVsProfileSettingsFileInfo.GetSettingsForImport 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.
public:
int GetSettingsForImport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ % ppSettingsTree);
public:
int GetSettingsForImport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ & ppSettingsTree);
int GetSettingsForImport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree const & & ppSettingsTree);
public int GetSettingsForImport (out Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree ppSettingsTree);
abstract member GetSettingsForImport : IVsProfileSettingsTree -> int
Public Function GetSettingsForImport (ByRef ppSettingsTree As IVsProfileSettingsTree) As Integer
Parameters
- ppSettingsTree
- IVsProfileSettingsTree
[out]
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
[C++]
HRESULT IVsProfileSettingsFileInfo::GetSettingsForImport(
[out] IVsProfileSettingsTree **ppSettingsTree
);