SocialFeedItem.BadgeStyle Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el estilo de distintivo de la aplicación.
public:
property SocialItemBadgeStyle BadgeStyle { SocialItemBadgeStyle get(); void set(SocialItemBadgeStyle value); };
SocialItemBadgeStyle BadgeStyle();
void BadgeStyle(SocialItemBadgeStyle 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")]
SocialItemBadgeStyle BadgeStyle();
void BadgeStyle(SocialItemBadgeStyle value);
public SocialItemBadgeStyle BadgeStyle { get; set; }
public SocialItemBadgeStyle BadgeStyle { [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 socialItemBadgeStyle = socialFeedItem.badgeStyle;
socialFeedItem.badgeStyle = socialItemBadgeStyle;
Public Property BadgeStyle As SocialItemBadgeStyle
Valor de propiedad
Estilo de distintivo de la aplicación.
- Atributos