LocalizedStringManager.ContainsKey 方法
返回一个值,该值指示此LocalizedStringManager对象是否包含中指定的语言的字符串。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Public Function ContainsKey ( _
lcid As Integer _
) As Boolean
用法
Dim instance As LocalizedStringManager
Dim lcid As Integer
Dim returnValue As Boolean
returnValue = instance.ContainsKey(lcid)
public bool ContainsKey(
int lcid
)
参数
lcid
类型:System.Int32一个 32 位整数,指示语言的区域设置标识符。
返回值
类型:System.Boolean
true如果LocalizedStringManager包含字符串中指定的语言 ;否则为false。