UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Método

Definição

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.

Aplica-se a