SyndicationFormat 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
- 상속
-
SyndicationFormat
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
필드
Atom03 | 5 | API는 Atom 0.3 형식을 지원합니다. |
Atom10 | 0 | API는 Atom 1.0 형식을 지원합니다. |
Rss091 | 4 | API는 RSS 0.91 형식을 지원합니다. |
Rss092 | 3 | API는 RSS 0.92 형식을 지원합니다. |
Rss10 | 2 | API는 RSS 1.0 형식을 지원합니다. |
Rss20 | 1 | API는 RSS 2.0 형식을 지원합니다. |