Share via


IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Método

Definição

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

public:
 void GetTimeOfLastChange(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::FILETIME % pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * FILETIME -> unit
Public Sub GetTimeOfLastChange (pbc As IBindCtx, pmkToLeft As IMoniker, ByRef pFileTime As FILETIME)

Parâmetros

pbc
IBindCtx

Uma referência ao contexto de associação a ser usado nessa operação de associação.

pmkToLeft
IMoniker

Uma referência ao moniker à esquerda do moniker atual, caso o moniker faça parte de um moniker de composição.

pFileTime
FILETIME

Quando este método retorna, ele contém a hora da última alteração. Este parâmetro é passado não inicializado.

Comentários

Para obter mais informações, consulte Método IMoniker::GetTimeOfLastChange.

Aplica-se a