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
- lcid
Type : System.Int32
- localizedValue
Type : System.String
Valeur renvoyée
Type : System.Boolean