Share via


ITypeComp.RemoteBindType Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Sub RemoteBindType ( _
    szName As String, _
    lHashVal As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type _
)
void RemoteBindType(
    string szName,
    uint lHashVal,
    out Type ppTInfo
)
void RemoteBindType(
    [InAttribute] String^ szName, 
    [InAttribute] unsigned int lHashVal, 
    [OutAttribute] Type^% ppTInfo
)
abstract RemoteBindType : 
        szName:string * 
        lHashVal:uint32 * 
        ppTInfo:Type byref -> unit
function RemoteBindType(
    szName : String, 
    lHashVal : uint, 
    ppTInfo : Type
)

Parameters

.NET Framework Security

See Also

Reference

ITypeComp Interface

Microsoft.VisualStudio.VsWizard Namespace