SPAlternateUrlCollection.Delete 方法 (Int32)

从集合中删除位于指定索引位置的 URL。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub Delete ( _
    index As Integer _
)
用法
Dim instance As SPAlternateUrlCollection
Dim index As Integer

instance.Delete(index)
public void Delete(
    int index
)

参数

  • index
    类型:System.Int32

    32 位整数,它指定要删除的 URL。

备注

如果通过index指定的 URL 当前用于响应 URL,则会将该区域的响应 URL 重置为空引用(无 在 Visual Basic 中)。如果 URL 是此集合中的Default区域的响应 URL,您无法删除它,除非服务器场中的任何其他资源不有从属关系,在此集合。

另请参阅

引用

SPAlternateUrlCollection 类

SPAlternateUrlCollection 成员

Delete 重载

Microsoft.SharePoint.Administration 命名空间