IEnumConnectionPoints.Next(UInt32, IConnectionPoint[], UInt32) 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 Next(System::UInt32 cConnections, cli::array <Microsoft::VisualStudio::OLE::Interop::IConnectionPoint ^> ^ ppCP, [Runtime::InteropServices::Out] System::UInt32 % pcFetched);
public int Next (uint cConnections, Microsoft.VisualStudio.OLE.Interop.IConnectionPoint[] ppCP, out uint pcFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.OLE.Interop.IConnectionPoint[] * uint32 -> int
Public Function Next (cConnections As UInteger, ppCP As IConnectionPoint(), ByRef pcFetched As UInteger) As Integer
Parameters
- cConnections
- UInt32
- ppCP
- IConnectionPoint[]
- pcFetched
- UInt32