SocialFeedItem.ChildItem 属性

定义

获取或设置与此社交源项关联的子项。

public:
 property SocialFeedChildItem ^ ChildItem { SocialFeedChildItem ^ get(); void set(SocialFeedChildItem ^ value); };
SocialFeedChildItem ChildItem();

void ChildItem(SocialFeedChildItem value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialFeedChildItem ChildItem();

void ChildItem(SocialFeedChildItem value);
public SocialFeedChildItem ChildItem { get; set; }
public SocialFeedChildItem ChildItem { [Windows.Foundation.Metadata.Deprecated("ISocialFeedItem 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; [Windows.Foundation.Metadata.Deprecated("ISocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] set; }
var socialFeedChildItem = socialFeedItem.childItem;
socialFeedItem.childItem = socialFeedChildItem;
Public Property ChildItem As SocialFeedChildItem

属性值

与此社交源项目关联的子项。

属性

适用于