Compartir a través de


ITypeComp.RemoteBindType (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • szName
    Tipo: String

     

  • lHashVal
    Tipo: UInt32

     

  • ppTInfo
    Tipo: Type%

     

Seguridad de .NET Framework

Vea también

Referencia

ITypeComp Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)