SocialFeedItem.BadgeStyle Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o estilo de selo para o aplicativo.
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 da propriedade
O estilo de selo para o aplicativo.
- Atributos