SPWeb.Webs property
取得表示正下方的網站,不包含這些網站的子系的所有網站的網站集合物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Webs As SPWebCollection
Get
'用途
Dim instance As SPWeb
Dim value As SPWebCollection
value = instance.Webs
public SPWebCollection Webs { get; }
Property value
Type: Microsoft.SharePoint.SPWebCollection
代表子網站的SPWeb物件的集合。
備註
您可以使用SPSite類別的AllWebs屬性,傳回網站集合內的所有網站。