Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Enumerates all items for a replica that have not been deleted, either by using a normal delete or a local delete.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public Function EnumerateAllLiveItems As IEnumerable(Of ItemFieldDictionary)
'Usage
Dim instance As SimpleSyncServices
Dim returnValue As IEnumerable(Of ItemFieldDictionary)
returnValue = instance.EnumerateAllLiveItems()
public IEnumerable<ItemFieldDictionary> EnumerateAllLiveItems()
public:
IEnumerable<ItemFieldDictionary^>^ EnumerateAllLiveItems()
member EnumerateAllLiveItems : unit -> IEnumerable<ItemFieldDictionary>
public function EnumerateAllLiveItems() : IEnumerable<ItemFieldDictionary>
Return Value
Type: System.Collections.Generic.IEnumerable<ItemFieldDictionary>
A collection of ItemFieldDictionary objects that represent each item and its associated fields.