IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.