FeedItemMetadata.ItemHistoryCollection 属性
获取项历史记录集合。
命名空间: Microsoft.Synchronization.FeedSync
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public ReadOnly Property ItemHistoryCollection As IEnumerable(Of FeedItemHistory)
用法
Dim instance As FeedItemMetadata
Dim value As IEnumerable(Of FeedItemHistory)
value = instance.ItemHistoryCollection
public IEnumerable<FeedItemHistory> ItemHistoryCollection { get; }
public:
property IEnumerable<FeedItemHistory^>^ ItemHistoryCollection {
IEnumerable<FeedItemHistory^>^ get ();
}
/** @property */
public IEnumerable<FeedItemHistory> get_ItemHistoryCollection ()
public function get ItemHistoryCollection () : IEnumerable<FeedItemHistory>
属性值
项历史记录集合。
请参阅
参考
FeedItemMetadata 类
FeedItemMetadata 成员
Microsoft.Synchronization.FeedSync 命名空间