ITypeLib.FindName, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- szNameBuf
Type : System.String
- lHashVal
Type : System.UInt32
- ppTInfo
Type : System.Type%
- rgMemId
Type : array<System.Int32[]
- pcFound
Type : System.UInt16%
- pBstrLibName
Type : System.String%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.