共用方式為


SPSolutionLanguagePack class

代表為解決方案的語言套件。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPSolutionLanguagePack

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

Syntax

'宣告
<GuidAttribute("98541E50-1894-455b-BDA5-A5A2A4CEF7AF")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSolutionLanguagePack _
    Inherits SPPersistedObject _
    Implements IBackupRestoreConfiguration, IBackupRestore
'用途
Dim instance As SPSolutionLanguagePack
[GuidAttribute("98541E50-1894-455b-BDA5-A5A2A4CEF7AF")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSolutionLanguagePack : SPPersistedObject, 
    IBackupRestoreConfiguration, IBackupRestore

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.

請參閱

參照

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace