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