SPDeletedSiteCollection.Item property
取得已刪除的網站集合的指定索引處。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As SPDeletedSite
Get
'用途
Dim instance As SPDeletedSiteCollection
Dim iIndex As Integer
Dim value As SPDeletedSite
value = instance(iIndex)
public SPDeletedSite this[
int iIndex
] { get; }
參數
iIndex
Type: System.Int32網站集合中的以零為起始的索引。
Property value
Type: Microsoft.SharePoint.Administration.SPDeletedSite
已刪除的網站集合的指定索引處。
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | iIndex的值小於 0,或大於或等於集合中的已刪除網站總數。 |
備註
此方法會傳回已刪除的網站集合的iIndex參數所指定的索引處。