SPLanguageCollection 类

表示SPLanguage对象的集合。

继承层次结构

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.SPLanguageCollection

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

语法

声明
Public Class SPLanguageCollection _
    Inherits SPBaseCollection
用法
Dim instance As SPLanguageCollection
public class SPLanguageCollection : SPBaseCollection

备注

使用SPRegionalSettings类的InstalledLanguagesGlobalInstalledLanguages属性返回的部署中的Microsoft SharePoint Foundation的语言集合。

使用索引器从集合中返回一种语言。例如,假定该集合分配给名为myLanguages的变量,使用在 C# myLanguages[index]或myLanguages(index)在 Visual Basic,其中index是语言对象在集合中的索引号。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPLanguageCollection 成员

Microsoft.SharePoint 命名空间