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
)
abstract GetChangeUnitChangeTime :
itemId:SyncId *
changeUnitId:SyncId -> DateTime
function GetChangeUnitChangeTime(
itemId : SyncId,
changeUnitId : SyncId
) : DateTime
パラメーター
- itemId
型 : Microsoft.Synchronization. . :: . .SyncId
検索する変更単位を含む項目の ID。
- changeUnitId
型 : Microsoft.Synchronization. . :: . .SyncId
検索する変更単位の ID。
戻り値
型 : System. . :: . .DateTime
指定した変更単位が最後に変更された日付と時刻。