UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Fornece um número que representa a última vez em que o objeto identificado por este nome foi alterado.
public:
void GetTimeOfLastChange(System::Runtime::InteropServices::UCOMIBindCtx ^ pbc, System::Runtime::InteropServices::UCOMIMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::FILETIME % pFileTime);
public void GetTimeOfLastChange(System.Runtime.InteropServices.UCOMIBindCtx pbc, System.Runtime.InteropServices.UCOMIMoniker pmkToLeft, out System.Runtime.InteropServices.FILETIME pFileTime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.UCOMIBindCtx * System.Runtime.InteropServices.UCOMIMoniker * FILETIME -> unit
Public Sub GetTimeOfLastChange (pbc As UCOMIBindCtx, pmkToLeft As UCOMIMoniker, ByRef pFileTime As FILETIME)
Parâmetros
- pbc
- UCOMIBindCtx
Uma referência ao contexto de ligação a ser usado nesta operação de ligação.
- pmkToLeft
- UCOMIMoniker
Uma referência ao nome à esquerda deste nome, se o nome fizer parte de um nome composto.
- pFileTime
- FILETIME
No regresso bem-sucedido, contém a hora da última alteração.
Observações
Para mais informações sobre IMoniker::GetTimeOfLastChange, consulte a Biblioteca MSDN.