Share via


IVsLastChangeTimeProvider.GetLastChangeTime(FILETIME[]) Method

Definition

Gets the time of the last change.

public:
 int GetLastChangeTime(cli::array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pFileTime);
public:
 int GetLastChangeTime(Platform::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pFileTime);
int GetLastChangeTime(std::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> const & pFileTime);
public int GetLastChangeTime (Microsoft.VisualStudio.OLE.Interop.FILETIME[] pFileTime);
abstract member GetLastChangeTime : Microsoft.VisualStudio.OLE.Interop.FILETIME[] -> int
Public Function GetLastChangeTime (pFileTime As FILETIME()) As Integer

Parameters

pFileTime
FILETIME[]

[out] Time change occurred. For more information see FILETIME.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

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

Applies to