共用方式為


SPSolution.LanguagePacks property

會傳回與此解決方案相關聯的語言套件的清單。

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

Syntax

'宣告
Public ReadOnly Property LanguagePacks As SPSolutionLanguagePackCollection
    Get
'用途
Dim instance As SPSolution
Dim value As SPSolutionLanguagePackCollection

value = instance.LanguagePacks
public SPSolutionLanguagePackCollection LanguagePacks { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection
SPSolutionLanguagePackCollection 物件。

備註

有一個方案中的每種語言的語言套件。

請參閱

參照

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace