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
'宣告
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
)
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.