Método IVsLastChangeTimeProvider.GetLastChangeTime
Obtém a hora da última alteração.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Function GetLastChangeTime ( _
<OutAttribute> pFileTime As FILETIME() _
) As Integer
int GetLastChangeTime(
FILETIME[] pFileTime
)
int GetLastChangeTime(
[OutAttribute] array<FILETIME>^ pFileTime
)
abstract GetLastChangeTime :
pFileTime:FILETIME[] byref -> int
function GetLastChangeTime(
pFileTime : FILETIME[]
) : int
Parâmetros
pFileTime
Tipo: array<FILETIME[][out] Ocorreu a alteração do horário. Para obter mais informações, consulte: FILETIME.
Valor de retorno
Tipo: 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 textmgr.idl:
HRESULT IVsLastChangeTimeProvider::GetLastChangeTime(
[out] FILETIME *pFileTime
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.