IDSRefConsumer.GetTimestamp, méthode

Retourne le temps qu' DSRef est persistant.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities.Interop
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function GetTimestamp As FILETIME
FILETIME GetTimestamp()
FILETIME GetTimestamp()
abstract GetTimestamp : unit -> FILETIME
function GetTimestamp() : FILETIME

Valeur de retour

Type : FILETIME
NOERROR si l'opération a réussi ; sinon, un code non spécifié d'échec.

Notes

l'objet d' DSRef utilise la mémoire créée dans la mémoire pour exécuter des opérations de glisser-déplacer. L'horodatage se produit lorsque l'objet d' DSRef est écrit dans la mémoire.

Exemples

C++

IDSRefConsumer* m_srpCurrentDSRef;
FILETIME timestamp;
m_srpCurrentDSRef->GetTimestamp(&timestamp);

Sécurité .NET Framework

Voir aussi

Référence

IDSRefConsumer Interface

Microsoft.VisualStudio.Data.Services.SupportEntities.Interop, espace de noms