Método UCOMIMoniker.GetTimeOfLastChange (UCOMIBindCtx, UCOMIMoniker, FILETIME)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Fornece um número que representa a hora em que o objeto identificado por esse moniker foi alterado pela última vez.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void GetTimeOfLastChange(
UCOMIBindCtx pbc,
UCOMIMoniker pmkToLeft,
out FILETIME pFileTime
)
void GetTimeOfLastChange(
UCOMIBindCtx^ pbc,
UCOMIMoniker^ pmkToLeft,
[OutAttribute] FILETIME% pFileTime
)
abstract GetTimeOfLastChange :
pbc:UCOMIBindCtx *
pmkToLeft:UCOMIMoniker *
pFileTime:FILETIME byref -> unit
Sub GetTimeOfLastChange (
pbc As UCOMIBindCtx,
pmkToLeft As UCOMIMoniker,
<OutAttribute> ByRef pFileTime As FILETIME
)
Parâmetros
pbc
Type: System.Runtime.InteropServices.UCOMIBindCtxUma referência ao contexto de associação a ser usado nessa operação de associação.
pmkToLeft
Type: System.Runtime.InteropServices.UCOMIMonikerUma referência ao moniker à esquerda desse moniker, se o moniker fizer parte de um moniker de composição.
pFileTime
Type: System.Runtime.InteropServices.FILETIMENo 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.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIMoniker
Namespace System.Runtime.InteropServices
Retornar ao início