IDebugHelper.CreateSimpleConnectionPoint 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.
public:
int CreateSimpleConnectionPoint(System::Object ^ pdisp, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::ISimpleConnectionPoint ^ % ppscp);
public int CreateSimpleConnectionPoint (object pdisp, out Microsoft.VisualStudio.Debugger.Interop.ISimpleConnectionPoint ppscp);
abstract member CreateSimpleConnectionPoint : obj * ISimpleConnectionPoint -> int
Public Function CreateSimpleConnectionPoint (pdisp As Object, ByRef ppscp As ISimpleConnectionPoint) As Integer
Parameters
- pdisp
- Object
- ppscp
- ISimpleConnectionPoint