Condividi tramite


SocialFeedItem.BadgeCountValue Proprietà

Definizione

Ottiene o imposta il numero di elementi non visualizzati nella notifica dell'app.

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

Valore della proprietà

Int32

int

Numero di elementi non visualizzati nella notifica dell'app.

Attributi

Si applica a