Partilhar via


Método IVsProfileDataManager.GetSettingsFiles (UInt32, IVsProfileSettingsFileCollection)

 

Recupera um ou mais arquivos de configurações.

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

Sintaxe

int GetSettingsFiles(
    uint fileLocations,
    out IVsProfileSettingsFileCollection ppCollection
)
int GetSettingsFiles(
    unsigned int fileLocations,
    [OutAttribute] IVsProfileSettingsFileCollection^% ppCollection
)
abstract GetSettingsFiles : 
        fileLocations:uint32 *
        ppCollection:IVsProfileSettingsFileCollection byref -> int
Function GetSettingsFiles (
    fileLocations As UInteger,
    <OutAttribute> ByRef ppCollection As IVsProfileSettingsFileCollection
) As Integer

Parâmetros

  • fileLocations
    [in] Sinalizadores de bit indicando quais locais para verificar os arquivos de configurações.Construído a partir de valores a __VSPROFILELOCATIONS enumeração.

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

COM assinatura

De vsshell80.idl:

HRESULT IVsProfileDataManager::GetSettingsFiles(
   [in] VSPROFILELOCATIONS fileLocations, 
   [out] IVsProfileSettingsFileCollection **ppCollection
);

Consulte também

Interface IVsProfileDataManager
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo