SocialFeedSharedItem.Content 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 l’objet SocialFeedContent associé à l’élément partagé.
public:
property SocialFeedContent ^ Content { SocialFeedContent ^ get(); };
SocialFeedContent Content();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialFeedContent Content();
public SocialFeedContent Content { get; }
public SocialFeedContent Content { [Windows.Foundation.Metadata.Deprecated("ISocialFeedSharedItem 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; }
var socialFeedContent = socialFeedSharedItem.content;
Public ReadOnly Property Content As SocialFeedContent
Valeur de propriété
Objet SocialFeedContent associé à l’élément partagé.
- Attributs