Condividi tramite


Metodo ITypeLib.FindName

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

Sintassi

'Dichiarazione
Sub FindName ( _
    szNameBuf As String, _
    lHashVal As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type, _
    <OutAttribute> rgMemId As Integer(), _
    <OutAttribute> ByRef pcFound As UShort, _
    <OutAttribute> ByRef pBstrLibName As String _
)
void FindName(
    string szNameBuf,
    uint lHashVal,
    out Type ppTInfo,
    int[] rgMemId,
    out ushort pcFound,
    out string pBstrLibName
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITypeLib Interfaccia

Spazio dei nomi Microsoft.VisualStudio.OLE.Interop