SocialFeedChildItem.SharedItem Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene un elemento de redes sociales compartido con el usuario por otro usuario del servicio.
public:
property SocialFeedSharedItem ^ SharedItem { SocialFeedSharedItem ^ get(); void set(SocialFeedSharedItem ^ value); };
SocialFeedSharedItem SharedItem();
void SharedItem(SocialFeedSharedItem value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedChildItem 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("ISocialFeedChildItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialFeedSharedItem SharedItem();
void SharedItem(SocialFeedSharedItem value);
public SocialFeedSharedItem SharedItem { get; set; }
public SocialFeedSharedItem SharedItem { [Windows.Foundation.Metadata.Deprecated("ISocialFeedChildItem 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("ISocialFeedChildItem 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 socialFeedSharedItem = socialFeedChildItem.sharedItem;
socialFeedChildItem.sharedItem = socialFeedSharedItem;
Public Property SharedItem As SocialFeedSharedItem
Valor de propiedad
Un elemento de redes sociales que se compartió con el usuario.
- Atributos