共用方式為


SPListCollection.Web property

取得集合的父網站之內。

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

Syntax

'宣告
Public ReadOnly Property Web As SPWeb
    Get
'用途
Dim instance As SPListCollection
Dim value As SPWeb

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

Property value

Type: Microsoft.SharePoint.SPWeb
表示父網站的SPWeb物件。

請參閱

參照

SPListCollection class

SPListCollection members

Microsoft.SharePoint namespace