Propriedade FeedMetadata.ItemMetadataCollection
Obtém a coleção de metadados do item.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)
Sintaxe
'Declaração
Public ReadOnly Property ItemMetadataCollection As IEnumerable(Of FeedItemMetadata)
'Uso
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>
Valor da propriedade
A coleção de metadados do item.
Consulte também
Referência
Classe FeedMetadata
Membros FeedMetadata
Namespace Microsoft.Synchronization.FeedSync