Compartir a través de


IVsLastChangeTimeProvider.GetLastChangeTime (Método)

Obtiene la hora del último cambio.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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] Cambio de tiempo producido. Para obtener más información, vea FILETIME.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsLastChangeTimeProvider::GetLastChangeTime(
   [out] FILETIME *pFileTime
);

Seguridad de .NET Framework

Vea también

Referencia

IVsLastChangeTimeProvider Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)