Share via


ITypeLib.RemoteIsName – 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 RemoteIsName ( _
    szNameBuf As String, _
    lHashVal As UInteger, _
    <OutAttribute> ByRef pfName As Integer, _
    <OutAttribute> ByRef pBstrLibName As String _
)
void RemoteIsName(
    string szNameBuf,
    uint lHashVal,
    out int pfName,
    out string pBstrLibName
)
void RemoteIsName(
    [InAttribute] String^ szNameBuf, 
    [InAttribute] unsigned int lHashVal, 
    [OutAttribute] int% pfName, 
    [OutAttribute] String^% pBstrLibName
)
abstract RemoteIsName : 
        szNameBuf:string * 
        lHashVal:uint32 * 
        pfName:int byref * 
        pBstrLibName:string byref -> unit
function RemoteIsName(
    szNameBuf : String, 
    lHashVal : uint, 
    pfName : int, 
    pBstrLibName : String
)

Parametry

  • szNameBuf
    Typ: String

     

  • lHashVal
    Typ: UInt32

     

  • pfName
    Typ: Int32%

     

  • pBstrLibName
    Typ: String%

     

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITypeLib Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů