SimpleSyncServices.IsItemLastModifiedLocally-Methode
Gibt zurück, ob ein Element zuletzt im lokalen Replikat geändert wurde.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public Function IsItemLastModifiedLocally ( _
key As ItemFieldDictionary _
) As Boolean
'Usage
Dim instance As SimpleSyncServices
Dim key As ItemFieldDictionary
Dim returnValue As Boolean
returnValue = instance.IsItemLastModifiedLocally(key)
public bool IsItemLastModifiedLocally (
ItemFieldDictionary key
)
public:
bool IsItemLastModifiedLocally (
ItemFieldDictionary^ key
)
public boolean IsItemLastModifiedLocally (
ItemFieldDictionary key
)
public function IsItemLastModifiedLocally (
key : ItemFieldDictionary
) : boolean
Parameter
- key
Ein ItemFieldDictionary-Objekt, das ein Element und dessen zugeordnete Felder darstellt.
Rückgabewert
True, wenn die lokalen Metadaten angeben, dass das entsprechende Element zuletzt lokal geändert wurde. False, wenn das Element bekannt ist, jedoch zuletzt nicht lokal geändert wurde.
Ausnahmen
Ausnahmetyp | Bedingung |
---|---|
Der einfache Anbieter hat kein Element mit den gegebenen Identitätsfeldern im Metadatenspeicher gefunden. |
Siehe auch
Verweis
SimpleSyncServices-Klasse
SimpleSyncServices-Member
Microsoft.Synchronization.SimpleProviders-Namespace