다음을 통해 공유


IMoniker.GetTimeOfLastChange Method

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

Syntax

‘선언
Sub GetTimeOfLastChange ( _
    pbc As IBindCtx, _
    pmkToLeft As IMoniker, _
    <OutAttribute> pFileTime As FILETIME() _
)
‘사용 방법
Dim instance As IMoniker
Dim pbc As IBindCtx
Dim pmkToLeft As IMoniker
Dim pFileTime As FILETIME()

instance.GetTimeOfLastChange(pbc, pmkToLeft, _
    pFileTime)
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

IMoniker Members

Microsoft.VisualStudio.OLE.Interop Namespace