共用方式為


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 命名空間