Compartilhar via


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

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