SocialFeedUpdater.Items 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取社交媒体源项的列表。
public:
property IVector<SocialFeedItem ^> ^ Items { IVector<SocialFeedItem ^> ^ get(); };
IVector<SocialFeedItem> Items();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
IVector<SocialFeedItem> Items();
public IList<SocialFeedItem> Items { get; }
public IList<SocialFeedItem> Items { [Windows.Foundation.Metadata.Deprecated("ISocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] get; }
var iVector = socialFeedUpdater.items;
Public ReadOnly Property Items As IList(Of SocialFeedItem)
属性值
社交媒体源项的列表。
- 属性