ITypeComp.Bind, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub Bind ( _
szName As String, _
lHashVal As UInteger, _
wFlags As UShort, _
<OutAttribute> ByRef ppTInfo As Type, _
<OutAttribute> pDescKind As DESCKIND(), _
<OutAttribute> ByRef ppFuncDesc As IntPtr, _
<OutAttribute> ByRef ppVarDesc As IntPtr, _
<OutAttribute> ByRef ppTypeComp As ITypeComp, _
<OutAttribute> pDummy As CLEANLOCALSTORAGE() _
)
void Bind(
string szName,
uint lHashVal,
ushort wFlags,
out Type ppTInfo,
DESCKIND[] pDescKind,
out IntPtr ppFuncDesc,
out IntPtr ppVarDesc,
out ITypeComp ppTypeComp,
CLEANLOCALSTORAGE[] pDummy
)
Paramètres
- szName
Type : System.String
- lHashVal
Type : System.UInt32
- wFlags
Type : System.UInt16
- ppTInfo
Type : System.Type%
- pDescKind
Type : array<Microsoft.VisualStudio.OLE.Interop.DESCKIND[]
- ppFuncDesc
Type : System.IntPtr%
- ppVarDesc
Type : System.IntPtr%
- ppTypeComp
Type : Microsoft.VisualStudio.OLE.Interop.ITypeComp%
- pDummy
Type : array<Microsoft.VisualStudio.OLE.Interop.CLEANLOCALSTORAGE[]
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.