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

Definição

Fornece um número que representa a hora em que o objeto identificado pelo nome 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);
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 ligação a usar nesta operação de ligação.

pmkToLeft
IMoniker

Uma referência ao nome à esquerda do nome atual, se o nome fizer parte de um nome composto.

pFileTime
FILETIME

Quando este método regressa, contém o tempo da última alteração. Este parâmetro é passado sem inicializar.

Observações

Para mais informações, consulte o método IMoniker::GetTimeOfLastChange.

Aplica-se a