SocialFeedItem.ChildItem 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 o imposta l'elemento figlio associato a questo elemento del feed di social 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
Valore della proprietà
Elemento figlio associato a questo elemento del feed di social social.
- Attributi