ReplicaMetadata.GetAllItems 方法
在派生类中重写时,获取包含在此副本元数据存储区中的所有项。
命名空间: Microsoft.Synchronization.MetadataStorage
程序集: Microsoft.Synchronization.MetadataStorage(在 microsoft.synchronization.metadatastorage.dll 中)
语法
声明
Public MustOverride Function GetAllItems ( _
shouldIncludeDeletedItems As Boolean _
) As IEnumerable(Of ItemMetadata)
用法
Dim instance As ReplicaMetadata
Dim shouldIncludeDeletedItems As Boolean
Dim returnValue As IEnumerable(Of ItemMetadata)
returnValue = instance.GetAllItems(shouldIncludeDeletedItems)
public abstract IEnumerable<ItemMetadata> GetAllItems (
bool shouldIncludeDeletedItems
)
public:
virtual IEnumerable<ItemMetadata^>^ GetAllItems (
bool shouldIncludeDeletedItems
) abstract
public abstract IEnumerable<ItemMetadata> GetAllItems (
boolean shouldIncludeDeletedItems
)
public abstract function GetAllItems (
shouldIncludeDeletedItems : boolean
) : IEnumerable<ItemMetadata>
参数
- shouldIncludeDeletedItems
如果要在枚举中包含已删除的项,则为 true;否则为 false。
返回值
包含在此副本元数据存储区中的所有项。
请参阅
参考
ReplicaMetadata 类
ReplicaMetadata 成员
Microsoft.Synchronization.MetadataStorage 命名空间