SocialFeedUpdateMode Enumeration
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.
Definiert die Modi zum Aktualisieren eines Feeds für soziale Medien.
public enum class SocialFeedUpdateMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.SocialInfo.SocialInfoContract, 65536)]
enum class SocialFeedUpdateMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.SocialInfo.SocialInfoContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("SocialFeedUpdateMode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
enum class SocialFeedUpdateMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.SocialInfo.SocialInfoContract), 65536)]
public enum SocialFeedUpdateMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.SocialInfo.SocialInfoContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("SocialFeedUpdateMode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
public enum SocialFeedUpdateMode
var value = Windows.ApplicationModel.SocialInfo.SocialFeedUpdateMode.append
Public Enum SocialFeedUpdateMode
- Vererbung
-
SocialFeedUpdateMode
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0) |
API contract |
Windows.ApplicationModel.SocialInfo.SocialInfoContract (eingeführt in v1.0)
|
Felder
Name | Wert | Beschreibung |
---|---|---|
Append | 0 | Anfügemodus |
Replace | 1 | Ersetzungsmodus |