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);
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 nesta operação de associação.

pmkToLeft
IMoniker

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

pFileTime
FILETIME

Quando esse método é retornado, contém a hora da última alteração. Esse parâmetro é passado sem inicialização.

Comentários

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

Aplica-se a