IVsProfileDataManager.GetSettingsForExport(IVsProfileSettingsTree) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera as informações de configurações em um formulário pronto para exportação.
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
Parâmetros
- ppSettingsTree
- IVsProfileSettingsTree
fora Ponteiro para uma IVsProfileSettingsTree interface que contém as informações de configuração.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Comentários
Para exportar as configurações, passe o recuperado IVsProfileSettingsTree para o ExportSettings método.
Assinatura COM
De vsshell80. idl:
HRESULT IVsProfileDataManager::GetSettingsForExport(
[out] IVsProfileSettingsTree **ppSettingsTree
);