SocialFeedItem.ChildItem Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’élément enfant associé à cet élément de flux social.
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
Valeur de propriété
Élément enfant associé à cet élément de flux social.
- Attributs