MultiLingualString<T>.TryGetValueForLCID method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function TryGetValueForLCID ( _
lcid As Integer, _
<OutAttribute> ByRef localizedValue As String _
) As Boolean
'Uso
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
)
Parâmetros
- lcid
Type: System.Int32
- localizedValue
Type: System.String
Valor retornado
Type: System.Boolean