ITypeComp.BindType(String, Int32, ITypeInfo, ITypeComp) 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::ComTypes::ITypeInfo ^ % ppTInfo, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeComp ^ % ppTComp);
public void BindType (string szName, int lHashVal, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTInfo, out System.Runtime.InteropServices.ComTypes.ITypeComp ppTComp);
abstract member BindType : string * int * ITypeInfo * ITypeComp -> unit
Public Sub BindType (szName As String, lHashVal As Integer, ByRef ppTInfo As ITypeInfo, ByRef ppTComp As ITypeComp)
Paramètres
- szName
- String
Nom à lier.
- lHashVal
- Int32
Valeur de hachage pour szName
déterminée par LHashValOfNameSys
.
- ppTInfo
- ITypeInfo
Lorsque cette méthode retourne une valeur, contient une référence à un ITypeInfo
du type auquel szName
était lié. Ce paramètre est passé sans être initialisé.
- ppTComp
- ITypeComp
Lorsque cette méthode retourne une valeur, contient une référence à une variable ITypeComp
. Ce paramètre est passé sans être initialisé.
Remarques
Pour plus d’informations, consultez Méthode ITypeComp ::BindType.