IVsProfileDataManager.GetSettingsForExport(IVsProfileSettingsTree) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索表单中可供导出的设置信息。
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 包含设置信息的接口的指针。
返回
如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。
注解
若要导出设置,请将检索的传递 IVsProfileSettingsTree 给 ExportSettings 方法。
COM 签名
从 vsshell80:
HRESULT IVsProfileDataManager::GetSettingsForExport(
[out] IVsProfileSettingsTree **ppSettingsTree
);