SocialFeedChildItem.SharedItem Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un elemento di social media condiviso con l'utente da un altro utente del servizio.
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
Valore della proprietà
Elemento di social media condiviso con l'utente.
- Attributi