ISupportLastWriteTime.GetChangeUnitChangeTime 方法

在派生类中重写时,获取上次更改指定变更单位的日期和时间。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Function GetChangeUnitChangeTime ( _
    itemId As SyncId, _
    changeUnitId As SyncId _
) As DateTime
用法
Dim instance As ISupportLastWriteTime
Dim itemId As SyncId
Dim changeUnitId As SyncId
Dim returnValue As DateTime

returnValue = instance.GetChangeUnitChangeTime(itemId, changeUnitId)
DateTime GetChangeUnitChangeTime (
    SyncId itemId,
    SyncId changeUnitId
)
DateTime GetChangeUnitChangeTime (
    SyncId^ itemId, 
    SyncId^ changeUnitId
)
DateTime GetChangeUnitChangeTime (
    SyncId itemId, 
    SyncId changeUnitId
)
function GetChangeUnitChangeTime (
    itemId : SyncId, 
    changeUnitId : SyncId
) : DateTime

参数

  • itemId
    包含要查找的变更单位的项的 ID。
  • changeUnitId
    要查找的变更单位的 ID。

返回值

上次更改指定变更单位的日期和时间。

请参阅

参考

ISupportLastWriteTime 接口
ISupportLastWriteTime 成员
Microsoft.Synchronization 命名空间