IVsCmdNameMapping.GetLastUpdated(UInt32) Yöntem

Tanım

Projedeki adların en son güncelleştirildiği göreli zamanı döndürür.

public:
 int GetLastUpdated([Runtime::InteropServices::Out] System::UInt32 % pdwTickCount);
int GetLastUpdated([Runtime::InteropServices::Out] unsigned int & pdwTickCount);
public int GetLastUpdated (out uint pdwTickCount);
abstract member GetLastUpdated : uint32 -> int
Public Function GetLastUpdated (ByRef pdwTickCount As UInteger) As Integer

Parametreler

pdwTickCount
UInt32

dışı Proje adlarının son güncelleştirildiği değer sayısı. Değer sayısı milisaniyedir ve sistem saatinden gelir. Daha fazla bilgi için bkz. Environment. TickCount özelliği.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell. IDL dosyasından:

HRESULT IVsCmdNameMapping::GetLastUpdated(  
   [out, retval] DWORD *pdwTickCount  
);  

Şunlara uygulanır