共用方式為


SPSolutionLanguagePackCollection class

代表一群解決方案相關聯的語言套件。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPSolutionLanguagePack>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPSolutionLanguagePack>
      Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection

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

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSolutionLanguagePackCollection _
    Inherits SPPersistedChildCollection(Of SPSolutionLanguagePack)
'用途
Dim instance As SPSolutionLanguagePackCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSolutionLanguagePackCollection : SPPersistedChildCollection<SPSolutionLanguagePack>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPSolutionLanguagePackCollection members

Microsoft.SharePoint.Administration namespace