共用方式為


SPWebCollection.WebsInfo property

SPWebInfo物件,代表集合中的SPWeb物件的清單。

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

Syntax

'宣告
Public ReadOnly Property WebsInfo As List(Of SPWebInfo)
    Get
'用途
Dim instance As SPWebCollection
Dim value As List(Of SPWebInfo)

value = instance.WebsInfo
public List<SPWebInfo> WebsInfo { get; }

Property value

Type: System.Collections.Generic.List<SPWebInfo>
集合中的List<T>SPWebInfo物件。

備註

這份清單主要用以擷取集合中的SPWeb物件的屬性。

請參閱

參照

SPWebCollection class

SPWebCollection members

Microsoft.SharePoint namespace