EnumerableVerbsCollection.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
'Declaration
Public Overrides Function NextItems ( _
enumerator As IVsUIEnumDataSourceVerbs, _
count As UInteger, _
items As String(), _
<OutAttribute> ByRef fetched As UInteger _
) As Integer
public override int NextItems(
IVsUIEnumDataSourceVerbs enumerator,
uint count,
string[] items,
out uint fetched
)
public:
virtual int NextItems(
IVsUIEnumDataSourceVerbs^ enumerator,
unsigned int count,
array<String^>^ items,
[OutAttribute] unsigned int% fetched
) override
abstract NextItems :
enumerator:IVsUIEnumDataSourceVerbs *
count:uint32 *
items:string[] *
fetched:uint32 byref -> int
override NextItems :
enumerator:IVsUIEnumDataSourceVerbs *
count:uint32 *
items:string[] *
fetched:uint32 byref -> int
public override function NextItems(
enumerator : IVsUIEnumDataSourceVerbs,
count : uint,
items : String[],
fetched : uint
) : int
Parameters
- enumerator
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIEnumDataSourceVerbs
- count
Type: System.UInt32
- items
Type: array<System.String[]
- 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.