SocialFeedItem.BadgeStyle Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Signalstil für die App ab oder legt diese fest.
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
Eigenschaftswert
Das Signalformat für die App.
- Attribute