Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- pmkToLeft
 Type: Microsoft.VisualStudio.OLE.Interop.IMoniker
- pFileTime
 Type: array<Microsoft.VisualStudio.OLE.Interop.FILETIME[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.