IEnumUnknown.Next Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Function Next ( _
celt As UInteger, _
<OutAttribute> rgelt As Object(), _
<OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
'使用
Dim instance As IEnumUnknown
Dim celt As UInteger
Dim rgelt As Object()
Dim pceltFetched As UInteger
Dim returnValue As Integer
returnValue = instance.Next(celt, rgelt, _
pceltFetched)
int Next(
uint celt,
Object[] rgelt,
out uint pceltFetched
)
int Next(
[InAttribute] unsigned int celt,
[OutAttribute] array<Object^>^ rgelt,
[OutAttribute] unsigned int% pceltFetched
)
function Next(
celt : uint,
rgelt : Object[],
pceltFetched : uint
) : int
Parameters
- celt
Type: System.UInt32
- rgelt
Type: []
- pceltFetched
Type: System.UInt32%
Return Value
Type: System.Int32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.