Compartir a través de


SocialFeedItem.ChildItem Propiedad

Definición

Obtiene o establece el elemento secundario asociado a este elemento de fuente 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

Valor de propiedad

Elemento secundario asociado a este elemento de fuente social.

Atributos

Se aplica a