ITypeComp.RemoteBind Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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