Share via


ITypeLib.RemoteFindName – metoda

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

Microsoft pouze pro interní použití.

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

Syntaxe

'Deklarace
Sub RemoteFindName ( _
    szNameBuf As String, _
    lHashVal As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type, _
    <OutAttribute> ByRef rgMemId As Integer, _
    <OutAttribute> ByRef pcFound As UShort, _
    <OutAttribute> ByRef pBstrLibName As String _
)
void RemoteFindName(
    string szNameBuf,
    uint lHashVal,
    out Type ppTInfo,
    out int rgMemId,
    out ushort pcFound,
    out string pBstrLibName
)
void RemoteFindName(
    [InAttribute] String^ szNameBuf, 
    [InAttribute] unsigned int lHashVal, 
    [OutAttribute] Type^% ppTInfo, 
    [OutAttribute] int% rgMemId, 
    [InAttribute] [OutAttribute] unsigned short% pcFound, 
    [OutAttribute] String^% pBstrLibName
)
abstract RemoteFindName : 
        szNameBuf:string * 
        lHashVal:uint32 * 
        ppTInfo:Type byref * 
        rgMemId:int byref * 
        pcFound:uint16 byref * 
        pBstrLibName:string byref -> unit
function RemoteFindName(
    szNameBuf : String, 
    lHashVal : uint, 
    ppTInfo : Type, 
    rgMemId : int, 
    pcFound : ushort, 
    pBstrLibName : String
)

Parametry

  • szNameBuf
    Typ: String

     

  • lHashVal
    Typ: UInt32

     

  • ppTInfo
    Typ: Type%

     

  • rgMemId
    Typ: Int32%

     

  • pcFound
    Typ: UInt16%

     

  • pBstrLibName
    Typ: String%

     

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITypeLib Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů