Compartir a través de


EnumerablePropertiesCollection.NextItems Method

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaración
Public Overrides Function NextItems ( _
    enumerator As IVsUIEnumDataSourceProperties, _
    count As UInteger, _
    items As VsUIPropertyDescriptor(), _
    <OutAttribute> ByRef fetched As UInteger _
) As Integer
public override int NextItems(
    IVsUIEnumDataSourceProperties enumerator,
    uint count,
    VsUIPropertyDescriptor[] items,
    out uint fetched
)

Parameters

Return Value

Type: System.Int32

Implements

IComEnumeratorRelay<TComEnumerator, TEnumerated>.NextItems(TComEnumerator, UInt32, array<TEnumerated[], UInt32%)

.NET Framework Security

See Also

Reference

EnumerablePropertiesCollection Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace