ITypeComp.Bind Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
‘선언
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() _
)
‘사용 방법
Dim instance As ITypeComp
Dim szName As String
Dim lHashVal As UInteger
Dim wFlags As UShort
Dim ppTInfo As Type
Dim pDescKind As DESCKIND()
Dim ppFuncDesc As IntPtr
Dim ppVarDesc As IntPtr
Dim ppTypeComp As ITypeComp
Dim pDummy As CLEANLOCALSTORAGE()
instance.Bind(szName, lHashVal, wFlags, _
ppTInfo, pDescKind, ppFuncDesc, ppVarDesc, _
ppTypeComp, pDummy)
void Bind(
string szName,
uint lHashVal,
ushort wFlags,
out Type ppTInfo,
DESCKIND[] pDescKind,
out IntPtr ppFuncDesc,
out IntPtr ppVarDesc,
out ITypeComp ppTypeComp,
CLEANLOCALSTORAGE[] pDummy
)
void Bind(
[InAttribute] String^ szName,
[InAttribute] unsigned int lHashVal,
[InAttribute] unsigned short wFlags,
[OutAttribute] Type^% ppTInfo,
[OutAttribute] array<DESCKIND>^ pDescKind,
[OutAttribute] IntPtr% ppFuncDesc,
[OutAttribute] IntPtr% ppVarDesc,
[OutAttribute] ITypeComp^% ppTypeComp,
[OutAttribute] array<CLEANLOCALSTORAGE>^ pDummy
)
abstract Bind :
szName:string *
lHashVal:uint32 *
wFlags:uint16 *
ppTInfo:Type byref *
pDescKind:DESCKIND[] byref *
ppFuncDesc:IntPtr byref *
ppVarDesc:IntPtr byref *
ppTypeComp:ITypeComp byref *
pDummy:CLEANLOCALSTORAGE[] byref -> unit
function Bind(
szName : String,
lHashVal : uint,
wFlags : ushort,
ppTInfo : Type,
pDescKind : DESCKIND[],
ppFuncDesc : IntPtr,
ppVarDesc : IntPtr,
ppTypeComp : ITypeComp,
pDummy : CLEANLOCALSTORAGE[]
)
Parameters
- 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[]
.NET Framework Security
- 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.