SPSolutionLanguagePackCollection.Remove 方法 (UInt32)

从语言包的集合中移除具有指定的区域设置标识符的语言包。

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

语法

声明
Public Sub Remove ( _
    lcid As UInteger _
)
用法
Dim instance As SPSolutionLanguagePackCollection
Dim lcid As UInteger

instance.Remove(lcid)
public void Remove(
    uint lcid
)

参数

  • lcid
    类型:System.UInt32

    语言包删除区域设置标识符。

备注

不要从集合中删除最后一个语言包。如果已从集合中删除所有语言包,则当您尝试从SPSolutionCollection中删除相关联的非特定语言解决方案时引发错误。一旦解决方案中删除所有语言包,您只能删除解决方案,使用该解决方案的Delete方法。

另请参阅

引用

SPSolutionLanguagePackCollection 类

SPSolutionLanguagePackCollection 成员

Remove 重载

Microsoft.SharePoint.Administration 命名空间