SyndicationFormat 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.
Gibt die von der API unterstützten Syndication-Formate an.
public enum class SyndicationFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SyndicationFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SyndicationFormat
var value = Windows.Web.Syndication.SyndicationFormat.atom10
Public Enum SyndicationFormat
- Vererbung
-
SyndicationFormat
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Felder
Atom03 | 5 | Die API unterstützt das Atom 0.3-Format . |
Atom10 | 0 | Die API unterstützt das Atom 1.0-Format . |
Rss091 | 4 | Die API unterstützt das RSS 0.91-Format . |
Rss092 | 3 | Die API unterstützt das RSS 0.92-Format . |
Rss10 | 2 | Die API unterstützt das RSS 1.0-Format . |
Rss20 | 1 | Die API unterstützt das RSS 2.0-Format . |