FileEntityList.SplitIntoChunks(Int32) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Разделяет эту коллекцию на FileEntity небольшие блоки.
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntityList+<SplitIntoChunks>d__11))]
public System.Collections.Generic.IEnumerable<System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity>> SplitIntoChunks (int chunkSize = 10000);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntityList+<SplitIntoChunks>d__11))>]
member this.SplitIntoChunks : int -> seq<System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity>>
Public Iterator Function SplitIntoChunks (Optional chunkSize As Integer = 10000) As IEnumerable(Of IReadOnlyList(Of FileEntity))
Параметры
- chunkSize
- Int32
Возвращаемое значение
- Атрибуты