Partilhar via


Método IVsProfileDataManager.GetSettingsForExport (IVsProfileSettingsTree)

 

Recupera as informações de configurações em um formulário pronto para exportação.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int GetSettingsForExport(
    out IVsProfileSettingsTree ppSettingsTree
)
int GetSettingsForExport(
    [OutAttribute] IVsProfileSettingsTree^% ppSettingsTree
)
abstract GetSettingsForExport : 
        ppSettingsTree:IVsProfileSettingsTree byref -> int
Function GetSettingsForExport (
    <OutAttribute> ByRef ppSettingsTree As IVsProfileSettingsTree
) As Integer

Parâmetros

  • ppSettingsTree
    [out] Ponteiro para uma IVsProfileSettingsTree interface que contém as informações de configurações.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

Para exportar as configurações, passe recuperadas IVsProfileSettingsTree para o ExportSettings método.

COM assinatura

De vsshell80.idl:

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

Consulte também

Interface IVsProfileDataManager
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo