共用方式為


SPWorkItemCollection.ParentWeb property

取得SPWeb物件,表示在SPWorkItemCollection集合中,在父範圍層級的 Web 是的情況下的物件的父代。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property ParentWeb As SPWeb
    Get
'用途
Dim instance As SPWorkItemCollection
Dim value As SPWeb

value = instance.ParentWeb
public SPWeb ParentWeb { get; }

Property value

Type: Microsoft.SharePoint.SPWeb
傳回SPWeb物件,為父代工作項目集合。

請參閱

參照

SPWorkItemCollection class

SPWorkItemCollection members

Microsoft.SharePoint namespace

Microsoft.SharePoint.SPWeb