Compartir a través de


ITypeLib.RemoteIsName (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 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
)

Parámetros

  • szNameBuf
    Tipo: String

     

  • lHashVal
    Tipo: UInt32

     

  • pfName
    Tipo: Int32%

     

  • pBstrLibName
    Tipo: String%

     

Seguridad de .NET Framework

Vea también

Referencia

ITypeLib Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)