Freigeben über


IVsLastChangeTimeProvider.GetLastChangeTime-Methode

Ruft den Zeitpunkt der letzten Änderung ab.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
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

Parameter

  • pFileTime
    Typ: array<FILETIME[]

    [out] Zeitwechsel ist aufgetreten. Weitere Informationen finden Sie unter FILETIME.

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsLastChangeTimeProvider Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace