SocialFeedItem.SharedItem 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 un élément de réseau social qui a été partagé avec l’utilisateur par un autre utilisateur du service.
public:
property SocialFeedSharedItem ^ SharedItem { SocialFeedSharedItem ^ get(); void set(SocialFeedSharedItem ^ value); };
SocialFeedSharedItem SharedItem();
void SharedItem(SocialFeedSharedItem 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")]
SocialFeedSharedItem SharedItem();
void SharedItem(SocialFeedSharedItem value);
public SocialFeedSharedItem SharedItem { get; set; }
public SocialFeedSharedItem SharedItem { [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 socialFeedSharedItem = socialFeedItem.sharedItem;
socialFeedItem.sharedItem = socialFeedSharedItem;
Public Property SharedItem As SocialFeedSharedItem
Valeur de propriété
Élément de média social partagé avec l’utilisateur par un autre utilisateur du service.
- Attributs