FeedMetadata.ItemMetadataCollection 属性

获取项元数据集合。

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

语法

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

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

属性值

项元数据集合。

请参阅

参考

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