Свойство 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