IEnumConnectionPoints.Next(UInt32, IConnectionPoint[], UInt32) Method

Definition

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
pcFetched
UInt32

Returns

Applies to