MultiLingualString<T>.TryGetValueForLCID 方法

命名空间:  Microsoft.Office.Server.Search.Query.Rules
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Function TryGetValueForLCID ( _
    lcid As Integer, _
    <OutAttribute> ByRef localizedValue As String _
) As Boolean
用法
Dim instance As MultiLingualString
Dim lcid As Integer
Dim localizedValue As String
Dim returnValue As Boolean

returnValue = instance.TryGetValueForLCID(lcid, _
    localizedValue)
public bool TryGetValueForLCID(
    int lcid,
    out string localizedValue
)

参数

返回值

类型:System.Boolean

另请参阅

引用

MultiLingualString<T> 类

MultiLingualString<T> 成员

Microsoft.Office.Server.Search.Query.Rules 命名空间