IEnumConnections.Next(UInt32, CONNECTDATA[], UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
int Next(System::UInt32 cConnections, cli::array <Microsoft::VisualStudio::OLE::Interop::CONNECTDATA> ^ rgcd, [Runtime::InteropServices::Out] System::UInt32 % pcFetched);
public int Next (uint cConnections, Microsoft.VisualStudio.OLE.Interop.CONNECTDATA[] rgcd, out uint pcFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.OLE.Interop.CONNECTDATA[] * uint32 -> int
Public Function Next (cConnections As UInteger, rgcd As CONNECTDATA(), ByRef pcFetched As UInteger) As Integer
参数
- cConnections
- UInt32
- rgcd
- CONNECTDATA[]
- pcFetched
- UInt32