Partager via


LookupTableMultiLangDataSet.LookupTableStructuresDataTable.FindByLT_STRUCT_UID - Méthode

Récupère un objet LookupTableStructuresRow à l'aide du paramètre spécifié.

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

Syntaxe

'Déclaration
Public Function FindByLT_STRUCT_UID ( _
    LT_STRUCT_UID As Guid _
) As LookupTableMultiLangDataSet.LookupTableStructuresRow
'Utilisation
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresDataTable
Dim LT_STRUCT_UID As Guid
Dim returnValue As LookupTableMultiLangDataSet.LookupTableStructuresRow

returnValue = instance.FindByLT_STRUCT_UID(LT_STRUCT_UID)
public LookupTableMultiLangDataSet.LookupTableStructuresRow FindByLT_STRUCT_UID(
    Guid LT_STRUCT_UID
)

Paramètres

  • LT_STRUCT_UID
    Type : System.Guid

    Le GUID de la structure de table de recherche.

Valeur renvoyée

Type : WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableStructuresRow

Voir aussi

Référence

LookupTableMultiLangDataSet.LookupTableStructuresDataTable classe

LookupTableMultiLangDataSet.LookupTableStructuresDataTable - Membres

WebSvcLookupTable - Espace de noms