Condividi tramite


Proprietà FeedMetadata.ItemMetadataCollection

Ottiene l'insieme di metadati dell'elemento.

Spazio dei nomi: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ItemMetadataCollection As IEnumerable(Of FeedItemMetadata)
'Utilizzo
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>

Valore proprietà

Insieme di metadati dell'elemento.

Vedere anche

Riferimento

Classe FeedMetadata
Membri FeedMetadata
Spazio dei nomi Microsoft.Synchronization.FeedSync