ScheduledItem.ListItem 属性

获取由ScheduledItem对象的基础ListItem对象。

命名空间:  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 ReadOnly Property ListItem As ListItem
    Get
用法
Dim instance As ScheduledItem
Dim value As ListItem

value = instance.ListItem
public ListItem ListItem { get; }

属性值

类型:Microsoft.SharePoint.Client.ListItem
ListItem 对象中。

备注

实例化ScheduledItem ,并且不能修改时初始化ListItem值。

另请参阅

引用

ScheduledItem 类

ScheduledItem 成员

Microsoft.SharePoint.Client.Publishing 命名空间