共用方式為


ScheduledItem 類別

提供包裝ListItem類別中包含的項目排程特定行為。

繼承階層架構

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Publishing.ScheduledItem
      Microsoft.SharePoint.Client.Publishing.PublishingPage

命名空間:  Microsoft.SharePoint.Client.Publishing
組件:   Microsoft.SharePoint.Client.Publishing.Silverlight (在 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中);  Microsoft.SharePoint.Client.Publishing.Phone (在 Microsoft.SharePoint.Client.Publishing.Phone.dll 中)  Microsoft.SharePoint.Client.Publishing (在 Microsoft.SharePoint.Client.Publishing.dll 中)

語法

'宣告
Public Class ScheduledItem _
    Inherits ClientObject
'用途
Dim instance As ScheduledItem
public class ScheduledItem : ClientObject

備註

ScheduledItem項目會顯示排程的開始日期 (StartDate) 和結束日期 (EndDate) 之間的只有發佈網站上。

ScheduledItem類別換行ListItem類別。它也會直接公開基礎ListItem類別透過ListItem屬性,讓其他ListItemFile功能可以輕鬆地存取。

使用靜態GetScheduledItem方法可以產生此課程。

執行緒安全

這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

ScheduledItem 成員

Microsoft.SharePoint.Client.Publishing 命名空間