IVsProfileDataManager.GetSettingsForExport(IVsProfileSettingsTree) 方法

定义

检索表单中可供导出的设置信息。

public:
 int GetSettingsForExport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ % ppSettingsTree);
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

弄指向 IVsProfileSettingsTree 包含设置信息的接口的指针。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

注解

若要导出设置,请将检索的传递 IVsProfileSettingsTreeExportSettings 方法。

COM 签名

从 vsshell80:

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

适用于