Freigeben über


UCOMITypeComp.BindType-Methode: (String, Int32, UCOMITypeInfo, UCOMITypeComp)

 

Veröffentlicht: Oktober 2016

Bindet den Typ Beschreibungen in eine Typbibliothek enthalten sind.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

void BindType(
    string szName,
    int lHashVal,
    out UCOMITypeInfo ppTInfo,
    out UCOMITypeComp ppTComp
)
void BindType(
    String^ szName,
    int lHashVal,
    [OutAttribute] UCOMITypeInfo^% ppTInfo,
    [OutAttribute] UCOMITypeComp^% ppTComp
)
abstract BindType : 
        szName:string *
        lHashVal:int *
        ppTInfo:UCOMITypeInfo byref *
        ppTComp:UCOMITypeComp byref -> unit
Sub BindType (
    szName As String,
    lHashVal As Integer,
    <OutAttribute> ByRef ppTInfo As UCOMITypeInfo,
    <OutAttribute> ByRef ppTComp As UCOMITypeComp
)

Parameter

  • lHashVal
    Type: System.Int32

    Ein Hashwert für szName anhand LHashValOfNameSys.

Hinweise

Weitere Informationen finden Sie in der Dokumentation zu ITypeComp::BindType in der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

UCOMITypeComp-Schnittstelle
System.Runtime.InteropServices-Namespace

Zurück zum Anfang