Método IVsProfileDataManager.LastResetPoint (String)
Retorna o caminho e nome do arquivo usado mais recentemente para redefinir as informações de configurações de perfil.Este é o arquivo de configurações padrão ou o usuário mais recentemente usado para salvar as configurações do arquivo.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int LastResetPoint(
out string pbstrResetFilename
)
int LastResetPoint(
[OutAttribute] String^% pbstrResetFilename
)
abstract LastResetPoint :
pbstrResetFilename:string byref -> int
Function LastResetPoint (
<OutAttribute> ByRef pbstrResetFilename As String
) As Integer
Parâmetros
- pbstrResetFilename
[out] Ponteiro para uma seqüência de caracteres que contém o caminho e nome do arquivo usado mais recentemente ao redefinir as configurações de perfil.
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::LastResetPoint(
[out] BSTR *pbstrResetFilename
);
Consulte também
Interface IVsProfileDataManager
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo