Share via


SyndicationFeed.SkipDays 屬性

定義

取得字串集合,指出摘要的 'skipDays' 元素中值集合。

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ SkipDays { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> SkipDays { get; }
member this.SkipDays : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property SkipDays As Collection(Of String)

屬性值

字串集合,指出匯總工具應該略過更新摘要的天數。

範例

下列 XML 會說明 SkipHours 如何序列化為 RSS 2.0。

<item>
  <skipDays>
 <day>Saturday</day>
 <day>Sunday</day>
 <day>Wednesday</day>
  </skipDays>
</item>

備註

序列化為 RSS 2.0 時, SkipDays 屬性會寫入 <skipDays> 集合中每天子項目的專案。

適用於