Share via


IVsProfileSettingsFileInfo.GetSettingsForImport Method

Definition

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  
);  

Applies to