Partager via


SocialFeedItem.BadgeCountValue Propriété

Définition

Obtient ou définit le nombre d’éléments invisibles affichés sur le badge de l’application.

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

Valeur de propriété

Int32

int

Nombre d’éléments invisibles affichés sur le badge de l’application.

Attributs

S’applique à