Share via


IMoniker.GetTimeOfLastChange Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetTimeOfLastChange ( _
    pbc As IBindCtx, _
    pmkToLeft As IMoniker, _
    <OutAttribute> pFileTime As FILETIME() _
)
void GetTimeOfLastChange(
    IBindCtx pbc,
    IMoniker pmkToLeft,
    FILETIME[] pFileTime
)
void GetTimeOfLastChange(
    [InAttribute] IBindCtx^ pbc, 
    [InAttribute] IMoniker^ pmkToLeft, 
    [OutAttribute] array<FILETIME>^ pFileTime
)
abstract GetTimeOfLastChange : 
        pbc:IBindCtx * 
        pmkToLeft:IMoniker * 
        pFileTime:FILETIME[] byref -> unit
function GetTimeOfLastChange(
    pbc : IBindCtx, 
    pmkToLeft : IMoniker, 
    pFileTime : FILETIME[]
)

Parameters

.NET Framework Security

See Also

Reference

IMoniker Interface

Microsoft.VisualStudio.OLE.Interop Namespace