UCOMITypeComp.BindType(String, Int32, UCOMITypeInfo, UCOMITypeComp) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lie les descriptions de type contenues dans une bibliothèque de types.
public:
void BindType(System::String ^ szName, int lHashVal, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMITypeInfo ^ % ppTInfo, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMITypeComp ^ % ppTComp);
public void BindType (string szName, int lHashVal, out System.Runtime.InteropServices.UCOMITypeInfo ppTInfo, out System.Runtime.InteropServices.UCOMITypeComp ppTComp);
abstract member BindType : string * int * UCOMITypeInfo * UCOMITypeComp -> unit
Public Sub BindType (szName As String, lHashVal As Integer, ByRef ppTInfo As UCOMITypeInfo, ByRef ppTComp As UCOMITypeComp)
Paramètres
- szName
- String
Nom à lier.
- lHashVal
- Int32
Valeur de hachage pour szName
déterminée par LHashValOfNameSys
.
- ppTInfo
- UCOMITypeInfo
Lors d'un retour, référence à un ITypeInfo
du type auquel szName
était lié.
- ppTComp
- UCOMITypeComp
Lors d'un retour, référence à une variable ITypeComp
.
Remarques
Pour plus d’informations, consultez la documentation existante pour ITypeComp::BindType
dans la bibliothèque MSDN.