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
- enumerator
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIEnumDataSourceProperties
- count
Type: System.UInt32
- items
Type: array<Microsoft.VisualStudio.Shell.Interop.VsUIPropertyDescriptor[]
- fetched
Type: System.UInt32%
Return Value
Type: System.Int32
Implements
.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.