SyndicationItemProperty 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉型別,用於識別新聞訂閱方式項目。
public enum class SyndicationItemProperty
public enum SyndicationItemProperty
type SyndicationItemProperty =
Public Enum SyndicationItemProperty
- 繼承
欄位
AuthorEmail | 1 | 作者電子郵件項目。 |
AuthorName | 2 | 作者名稱項目。 |
AuthorUri | 3 | 作者 URI 項目。 |
ContributorEmail | 4 | 參與者電子郵件項目。 |
ContributorName | 5 | 參與者名稱項目。 |
ContributorUri | 6 | 參與者 URI 項目。 |
CustomProperty | 0 | 自訂屬性項目。 |
Published | 8 | 發行的資源項目。 |
Rights | 9 | 受版權保護的資源項目。 |
Summary | 10 | 摘要項目。 |
Title | 11 | 標題項目。 |
Updated | 7 | 更新的項目。 |
備註
定義 WCF Data Services 的自定義摘要時,會使用此列舉的值。