ItemMetadataCollection プロパティ
項目のメタデータのコレクションを取得します。
名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (Microsoft.Synchronization.dll 内)
構文
'宣言
Public ReadOnly Property ItemMetadataCollection As IEnumerable(Of FeedItemMetadata)
Get
'使用
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>
プロパティ値
型 : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'FeedItemMetadata> ) > ) >
項目のメタデータのコレクション。