共用方式為


SPSolutionLanguagePackCollection.Remove method (UInt32)

語言套件的集合會移除具有指定的地區設定識別碼的語言套件。

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

Syntax

'宣告
Public Sub Remove ( _
    lcid As UInteger _
)
'用途
Dim instance As SPSolutionLanguagePackCollection
Dim lcid As UInteger

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

參數

  • lcid
    Type: System.UInt32

    要移除之語言套件的地區設定識別碼。

備註

不要從集合移除最後的語言套件。如果已從集合移除所有語言套件,當您嘗試移除SPSolutionCollection相關聯的非語言相關解決方案時,則會引發錯誤。一旦移除所有語言套件的解決方案,您可以只會移除使用解決方案的Delete方法的解決方案。

請參閱

參照

SPSolutionLanguagePackCollection class

SPSolutionLanguagePackCollection members

Remove overload

Microsoft.SharePoint.Administration namespace