次の方法で共有


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

戻り値

属性

適用対象