SocialFeedUpdater.Kind 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 Typ des Social Media-Feeds ab.
public:
property SocialFeedKind Kind { SocialFeedKind get(); };
SocialFeedKind Kind();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialFeedKind Kind();
public SocialFeedKind Kind { get; }
public SocialFeedKind Kind { [Windows.Foundation.Metadata.Deprecated("ISocialFeedUpdater 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; }
var socialFeedKind = socialFeedUpdater.kind;
Public ReadOnly Property Kind As SocialFeedKind
Eigenschaftswert
Der Typ des Social Media-Feeds.
- Attribute