Partager via


MultiLingualString<T>.TryGetValueForLCID - Méthode

Espace de noms :  Microsoft.Office.Server.Search.Query.Rules
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function TryGetValueForLCID ( _
    lcid As Integer, _
    <OutAttribute> ByRef localizedValue As String _
) As Boolean
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

MultiLingualString<T> classe

MultiLingualString<T> - Membres

Microsoft.Office.Server.Search.Query.Rules - Espace de noms