TermStore.Languages 属性

获取 LCID 的整数集合。

命名空间:  Microsoft.SharePoint.Client.Taxonomy
程序集:   Microsoft.SharePoint.Client.Taxonomy.Silverlight(位于 Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll 中);  Microsoft.SharePoint.Client.Taxonomy.Phone(位于 Microsoft.SharePoint.Client.Taxonomy.Phone.dll 中)  Microsoft.SharePoint.Client.Taxonomy(位于 Microsoft.SharePoint.Client.Taxonomy.dll 中)

语法

声明
Public ReadOnly Property Languages As IEnumerable(Of Integer)
    Get
用法
Dim instance As TermStore
Dim value As IEnumerable(Of Integer)

value = instance.Languages
public IEnumerable<int> Languages { get; }

属性值

类型:System.Collections.Generic.IEnumerable<Int32>
Lcid 是此TermStore的工作语言整数集合

另请参阅

引用

TermStore 类

TermStore 成员

Microsoft.SharePoint.Client.Taxonomy 命名空间