IVsUIEnumDataSourceProperties.Next Method
Retrieves a specified number of items in the enumeration sequence.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function Next ( _
celt As UInteger, _
<OutAttribute> rgelt As VsUIPropertyDescriptor(), _
<OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
uint celt,
VsUIPropertyDescriptor[] rgelt,
out uint pceltFetched
)
int Next(
[InAttribute] unsigned int celt,
[OutAttribute] array<VsUIPropertyDescriptor>^ rgelt,
[OutAttribute] unsigned int% pceltFetched
)
abstract Next :
celt:uint32 *
rgelt:VsUIPropertyDescriptor[] byref *
pceltFetched:uint32 byref -> int
function Next(
celt : uint,
rgelt : VsUIPropertyDescriptor[],
pceltFetched : uint
) : int
Parameters
celt
Type: UInt32[in] The number of items to return.
rgelt
Type: array<Microsoft.VisualStudio.Shell.Interop.VsUIPropertyDescriptor[][out] Location to return an array of items.
pceltFetched
Type: UInt32%[out] Location to return the number of items actually returned.
Return Value
Type: Int32
Returns S_OK if the items were returned.
.NET Framework Security
- 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.