Compartir a través de


ItemMetadataCollection Propiedad

Obtiene la colección de metadatos del elemento.

Espacio de nombres:  Microsoft.Synchronization.FeedSync
Ensamblado:  Microsoft.Synchronization (en Microsoft.Synchronization.dll)

Sintaxis

'Declaración
Public ReadOnly Property ItemMetadataCollection As IEnumerable(Of FeedItemMetadata)
    Get
'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 ();
}
member ItemMetadataCollection : IEnumerable<FeedItemMetadata>
function get ItemMetadataCollection () : IEnumerable<FeedItemMetadata>

Valor de la propiedad

Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'FeedItemMetadata> ) > ) >
La colección de metadatos del elemento.

Vea también

Referencia

FeedMetadata Clase

FeedMetadata Miembros

Microsoft.Synchronization.FeedSync Espacio de nombres