SyndicationFormat Énumération

Définition

Spécifie les formats de syndication pris en charge par l’API.

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
Héritage
SyndicationFormat
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Champs

Atom03 5

L’API prend en charge le format Atom 0.3 .

Atom10 0

L’API prend en charge le format Atom 1.0 .

Rss091 4

L’API prend en charge le format RSS 0.91 .

Rss092 3

L’API prend en charge le format RSS 0.92 .

Rss10 2

L’API prend en charge le format RSS 1.0 .

Rss20 1

L’API prend en charge le format RSS 2.0 .

S’applique à

Voir aussi