Freigeben über


ITypeComp.RemoteBindType-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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
)

Parameter

  • szName
    Typ: String

     

  • lHashVal
    Typ: UInt32

     

  • ppTInfo
    Typ: Type%

     

.NET Framework-Sicherheit

Siehe auch

Referenz

ITypeComp Schnittstelle

Microsoft.VisualStudio.VsWizard-Namespace