다음을 통해 공유


FeedMetadata.ItemMetadataCollection 속성

항목 메타데이터 컬렉션을 가져옵니다.

네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
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 네임스페이스