Compartilhar via


Método IVsProfileDataManager.GetUniqueExportFileName (UInt32, String)

 

Recupera um nome de arquivo exclusivo usado ao salvar configurações.

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

Sintaxe

int GetUniqueExportFileName(
    uint flags,
    out string pbstrExportFile
)
int GetUniqueExportFileName(
    unsigned int flags,
    [OutAttribute] String^% pbstrExportFile
)
abstract GetUniqueExportFileName : 
        flags:uint32 *
        pbstrExportFile:string byref -> int
Function GetUniqueExportFileName (
    flags As UInteger,
    <OutAttribute> ByRef pbstrExportFile As String
) As Integer

Parâmetros

  • pbstrExportFile
    [out] Ponteiro para uma seqüência de caracteres que contém o caminho e o nome do arquivo.

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.

Consulte também

Interface IVsProfileDataManager
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo