Compartir a través de


SocialFeedItem.BadgeCountValue Propiedad

Definición

Obtiene o establece el número de elementos no vistos que se muestran en el distintivo de la aplicación.

public:
 property int BadgeCountValue { int get(); void set(int value); };
int BadgeCountValue();

void BadgeCountValue(int 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")]
int BadgeCountValue();

void BadgeCountValue(int value);
public int BadgeCountValue { get; set; }
public int BadgeCountValue { [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 int32 = socialFeedItem.badgeCountValue;
socialFeedItem.badgeCountValue = int32;
Public Property BadgeCountValue As Integer

Valor de propiedad

Int32

int

Número de elementos no vistos que se muestran en el distintivo de la aplicación.

Atributos

Se aplica a