FeedClockVectorElementOptions 枚举

表示关于时钟向量元素的其他信息。

命名空间: Microsoft.Synchronization.FeedSync
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration FeedClockVectorElementOptions
用法
Dim instance As FeedClockVectorElementOptions
[FlagsAttribute] 
public enum FeedClockVectorElementOptions
[FlagsAttribute] 
public enum class FeedClockVectorElementOptions
/** @attribute FlagsAttribute() */ 
public enum FeedClockVectorElementOptions
FlagsAttribute 
public enum FeedClockVectorElementOptions

成员

  成员名称 说明
FromFeedHistoryEntry 时钟向量元素表示 FeedSync 历史记录值。 
HasByAttribute 时钟向量元素表示具有 by 值的 FeedSync 历史记录值。 

备注

此枚举具有一个 FlagsAttribute 属性,该属性允许对其成员值执行按位组合。

请参阅

参考

Microsoft.Synchronization.FeedSync 命名空间