IRunningObjectTable.GetTimeOfLastChange Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub GetTimeOfLastChange ( _
pmkObjectName As IMoniker, _
<OutAttribute> pFileTime As FILETIME() _
)
'使用
Dim instance As IRunningObjectTable
Dim pmkObjectName As IMoniker
Dim pFileTime As FILETIME()
instance.GetTimeOfLastChange(pmkObjectName, _
pFileTime)
void GetTimeOfLastChange(
IMoniker pmkObjectName,
FILETIME[] pFileTime
)
void GetTimeOfLastChange(
[InAttribute] IMoniker^ pmkObjectName,
[OutAttribute] array<FILETIME>^ pFileTime
)
function GetTimeOfLastChange(
pmkObjectName : IMoniker,
pFileTime : FILETIME[]
)
Parameters
- pmkObjectName
Type: Microsoft.VisualStudio.OLE.Interop.IMoniker
- pFileTime
Type: []
Permissions
- 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.