Partilhar via


Método IVsProfileSettingsFileCollection.AddBrowseFile (String, IVsProfileSettingsFileInfo)

 

Publicado: abril de 2016

Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código.

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

Sintaxe

int AddBrowseFile(
    string bstrFilePath,
    out IVsProfileSettingsFileInfo ppFileInfo
)
int AddBrowseFile(
    String^ bstrFilePath,
    [OutAttribute] IVsProfileSettingsFileInfo^% ppFileInfo
)
abstract AddBrowseFile : 
        bstrFilePath:string *
        ppFileInfo:IVsProfileSettingsFileInfo byref -> int
Function AddBrowseFile (
    bstrFilePath As String,
    <OutAttribute> ByRef ppFileInfo As IVsProfileSettingsFileInfo
) As Integer

Parâmetros

  • bstrFilePath
    [in]
  • ppFileInfo
    [out]Adiciona um arquivo para a coleção de arquivos.

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:

[C++]

HRESULT IVsProfileSettingsFileCollection::AddBrowseFile(
   [in] BSTR bstrFilePath, 
   [out] IVsProfileSettingsFileInfo **ppFileInfo
);

Consulte também

Interface IVsProfileSettingsFileCollection
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo