Compartir a través de


SocialFeedItem.SecondaryContent Propiedad

Definición

Obtiene el objeto SocialFeedContent secundario asociado a este elemento.

public:
 property SocialFeedContent ^ SecondaryContent { SocialFeedContent ^ get(); };
SocialFeedContent SecondaryContent();
/// [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")]
SocialFeedContent SecondaryContent();
public SocialFeedContent SecondaryContent { get; }
public SocialFeedContent SecondaryContent { [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; }
var socialFeedContent = socialFeedItem.secondaryContent;
Public ReadOnly Property SecondaryContent As SocialFeedContent

Valor de propiedad

Objeto SocialFeedContent secundario asociado a este elemento.

Atributos

Se aplica a