ITypeComp.RemoteBind Method

Definition

Microsoft internal use only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void RemoteBind(System::String ^ szName, System::UInt32 lHashVal, System::UInt16 wFlags, [Runtime::InteropServices::Out] Type ^ % ppTInfo, [Runtime::InteropServices::Out] Microsoft::VisualStudio::VsWizard::tagDESCKIND % pDescKind, IntPtr ppFuncDesc, IntPtr ppVarDesc, [Runtime::InteropServices::Out] Microsoft::VisualStudio::VsWizard::ITypeComp ^ % ppTypeComp, [Runtime::InteropServices::Out] System::UInt32 % pDummy);
public void RemoteBind (string szName, uint lHashVal, ushort wFlags, out Type ppTInfo, out Microsoft.VisualStudio.VsWizard.tagDESCKIND pDescKind, IntPtr ppFuncDesc, IntPtr ppVarDesc, out Microsoft.VisualStudio.VsWizard.ITypeComp ppTypeComp, out uint pDummy);
abstract member RemoteBind : string * uint32 * uint16 * Type * tagDESCKIND * nativeint * nativeint * ITypeComp * uint32 -> unit
Public Sub RemoteBind (szName As String, lHashVal As UInteger, wFlags As UShort, ByRef ppTInfo As Type, ByRef pDescKind As tagDESCKIND, ppFuncDesc As IntPtr, ppVarDesc As IntPtr, ByRef ppTypeComp As ITypeComp, ByRef pDummy As UInteger)

Parameters

szName
String
lHashVal
UInt32
wFlags
UInt16
ppTInfo
Type
pDescKind
tagDESCKIND
ppFuncDesc
IntPtr

nativeint

ppVarDesc
IntPtr

nativeint

ppTypeComp
ITypeComp
pDummy
UInt32

Applies to