FeedItemMetadata.ItemConflictCollection 属性

获取项冲突集合。

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

语法

声明
Public ReadOnly Property ItemConflictCollection As IEnumerable(Of FeedItemMetadata)
用法
Dim instance As FeedItemMetadata
Dim value As IEnumerable(Of FeedItemMetadata)

value = instance.ItemConflictCollection
public IEnumerable<FeedItemMetadata> ItemConflictCollection { get; }
public:
property IEnumerable<FeedItemMetadata^>^ ItemConflictCollection {
    IEnumerable<FeedItemMetadata^>^ get ();
}
/** @property */
public IEnumerable<FeedItemMetadata> get_ItemConflictCollection ()
public function get ItemConflictCollection () : IEnumerable<FeedItemMetadata>

属性值

项冲突集合。

请参阅

参考

FeedItemMetadata 类
FeedItemMetadata 成员
Microsoft.Synchronization.FeedSync 命名空间