Condividi tramite


Metodo ITypeLib.RemoteIsName

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITypeLib Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VsWizard