SocialFeedItem.ChildItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the child item associated with this social feed item.
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
Property Value
The child item associated with this social feed item.
- Attributes