Partager via


LookupTableMultiLangDataSet.LookupTableValuesDataTable.FindByLT_STRUCT_UIDLCID - Méthode

Récupère un objet LookupTableValuesRow en utilisant les paramètres spécifiés.

Espace de noms :  WebSvcLookupTable
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Function FindByLT_STRUCT_UIDLCID ( _
    LT_STRUCT_UID As Guid, _
    LCID As Integer _
) As LookupTableMultiLangDataSet.LookupTableValuesRow
'Utilisation
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesDataTable
Dim LT_STRUCT_UID As Guid
Dim LCID As Integer
Dim returnValue As LookupTableMultiLangDataSet.LookupTableValuesRow

returnValue = instance.FindByLT_STRUCT_UIDLCID(LT_STRUCT_UID, _
    LCID)
public LookupTableMultiLangDataSet.LookupTableValuesRow FindByLT_STRUCT_UIDLCID(
    Guid LT_STRUCT_UID,
    int LCID
)

Paramètres

  • LT_STRUCT_UID
    Type : System.Guid

    Le GUID de la structure de table de recherche multilingue.

  • LCID
    Type : System.Int32

    Une valeur de 32 bits qui identifie le langage humain qui est préféré par le client.

Valeur renvoyée

Type : WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableValuesRow

Voir aussi

Référence

LookupTableMultiLangDataSet.LookupTableValuesDataTable classe

LookupTableMultiLangDataSet.LookupTableValuesDataTable - Membres

WebSvcLookupTable - Espace de noms