IVsProfileDataManager.GetSettingsForExport(IVsProfileSettingsTree) Método

Definição

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

Int32

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

Aplica-se a