SPLanguageCollection.Item 属性
获取集合中指定索引处的语言对象。在 Microsoft Visual C#,此属性是SPLanguageCollection类的索引器。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPLanguage
Get
用法
Dim instance As SPLanguageCollection
Dim index As Integer
Dim value As SPLanguage
value = instance(index)
public SPLanguage this[
int index
] { get; }
参数
index
类型:System.Int32一个 32 整数,它指定的索引。
属性值
类型:Microsoft.SharePoint.SPLanguage
表示语言的Microsoft.SharePoint.SPLanguage对象。
异常
异常 | 条件 |
---|---|
ArgumentOutOfRangeException | 该索引值超出范围。 |