ITypeComp.Bind Method
Visual Studio 2012
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void Bind( string szName, uint lHashVal, ushort wFlags, out Type ppTInfo, DESCKIND[] pDescKind, out IntPtr ppFuncDesc, out IntPtr ppVarDesc, out ITypeComp ppTypeComp, CLEANLOCALSTORAGE[] pDummy )
Parameters
- szName
- Type: String
- lHashVal
- Type: UInt32
- wFlags
- Type: UInt16
- ppTInfo
- Type: Type
- pDescKind
- Type: Microsoft.VisualStudio.OLE.Interop.DESCKIND[]
- ppFuncDesc
- Type: IntPtr
- ppVarDesc
- Type: IntPtr
- ppTypeComp
- Type: Microsoft.VisualStudio.OLE.Interop.ITypeComp
- pDummy
- Type: Microsoft.VisualStudio.OLE.Interop.CLEANLOCALSTORAGE[]
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.