Sdílet prostřednictvím


ITypeComp.RemoteBindType – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro vnitřní potřebu.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITypeComp Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů