ITypeComp.BindType(String, UInt32, Type) Method

Definition

public:
 void BindType(System::String ^ szName, System::UInt32 lHashVal, [Runtime::InteropServices::Out] Type ^ % ppTInfo);
public void BindType (string szName, uint lHashVal, out Type ppTInfo);
abstract member BindType : string * uint32 * Type -> unit
Public Sub BindType (szName As String, lHashVal As UInteger, ByRef ppTInfo As Type)

Parameters

szName
String
lHashVal
UInt32
ppTInfo
Type

Applies to