다음을 통해 공유


ITypeComp.BindType Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub BindType ( _
    szName As String, _
    lHashVal As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type _
)
‘사용 방법
Dim instance As ITypeComp
Dim szName As String
Dim lHashVal As UInteger
Dim ppTInfo As Type

instance.BindType(szName, lHashVal, ppTInfo)
void BindType(
    string szName,
    uint lHashVal,
    out Type ppTInfo
)
void BindType(
    [InAttribute] String^ szName, 
    [InAttribute] unsigned int lHashVal, 
    [OutAttribute] Type^% ppTInfo
)
abstract BindType : 
        szName:string * 
        lHashVal:uint32 * 
        ppTInfo:Type byref -> unit 
function BindType(
    szName : String, 
    lHashVal : uint, 
    ppTInfo : Type
)

Parameters

.NET Framework Security

See Also

Reference

ITypeComp Interface

ITypeComp Members

Microsoft.VisualStudio.OLE.Interop Namespace