FileEntityList クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public ref class FileEntityList : System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::Internal::FileEnumerationService::FileEntity ^>, System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Shell::Internal::FileEnumerationService::FileEntity ^>, System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::Internal::FileEnumerationService::FileEntity ^>
public class FileEntityList : System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity>, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity>, System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.FileEntity>
type FileEntityList = class
interface IReadOnlyList<FileEntity>
interface IReadOnlyCollection<FileEntity>
interface seq<FileEntity>
interface IEnumerable
Public Class FileEntityList
Implements IEnumerable(Of FileEntity), IReadOnlyCollection(Of FileEntity), IReadOnlyList(Of FileEntity)
- 継承
-
FileEntityList
- 実装
コンストラクター
FileEntityList(List<FileEntity>, Boolean) |
プロパティ
AreResultsAccurate |
リストが正確かどうかを取得します。 |
Count | コレクション内の要素の数を取得します。 |
Item[Int32] | 読み取り専用のリスト内の指定したインデックスにある要素を取得します。 |
メソッド
GetEnumerator() | コレクションを反復処理する列挙子を返します。 |
SplitIntoChunks(Int32) |
この コレクション FileEntity を小さなチャンクに分割します。 |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() | コレクションを反復処理する列挙子を返します。 |
拡張メソッド
EmptyIfNull<T>(IEnumerable<T>) |
null でない場合は、この列挙体を返します。 null の場合は、空の列挙を返します。 |