FeedItemMetadata.ItemConflictCollection プロパティ
項目の競合のコレクションを取得します。
名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
Public ReadOnly Property ItemConflictCollection As IEnumerable(Of FeedItemMetadata)
'使用
Dim instance As FeedItemMetadata
Dim value As IEnumerable(Of FeedItemMetadata)
value = instance.ItemConflictCollection
public IEnumerable<FeedItemMetadata> ItemConflictCollection { get; }
public:
property IEnumerable<FeedItemMetadata^>^ ItemConflictCollection {
IEnumerable<FeedItemMetadata^>^ get ();
}
/** @property */
public IEnumerable<FeedItemMetadata> get_ItemConflictCollection ()
public function get ItemConflictCollection () : IEnumerable<FeedItemMetadata>
プロパティ値
項目の競合のコレクション。
参照
リファレンス
FeedItemMetadata クラス
FeedItemMetadata メンバー
Microsoft.Synchronization.FeedSync 名前空間