Compartilhar via


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

Definição

Fornece um número que representa a hora em que o objeto identificado por esse moniker foi alterado pela última vez.

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 associação a ser usado nessa operação de associação.

pmkToLeft
UCOMIMoniker

Uma referência ao moniker à esquerda desse moniker, se o moniker fizer parte de um moniker de composição.

pFileTime
FILETIME

No retorno bem-sucedido, contém a hora da última alteração.

Comentários

Para obter mais informações sobre IMoniker::GetTimeOfLastChange, consulte a Biblioteca MSDN.

Aplica-se a