DeployedCodePackageList クラス

定義

このプロパティが false の場合にのみ変更できるこのリストを表します。

public sealed class DeployedCodePackageList : System.Collections.Generic.ICollection<System.Fabric.Query.DeployedCodePackage>, System.Collections.Generic.IEnumerable<System.Fabric.Query.DeployedCodePackage>, System.Collections.Generic.IList<System.Fabric.Query.DeployedCodePackage>
type DeployedCodePackageList = class
    interface IList<DeployedCodePackage>
    interface ICollection<DeployedCodePackage>
    interface seq<DeployedCodePackage>
    interface IEnumerable
Public NotInheritable Class DeployedCodePackageList
Implements ICollection(Of DeployedCodePackage), IEnumerable(Of DeployedCodePackage), IList(Of DeployedCodePackage)
継承
DeployedCodePackageList
実装

プロパティ

Count

このリスト内の項目の数を示す値を取得または設定します。

IsReadOnly

このプロパティが false の場合にのみこのリストを変更できるかどうかを示す値を取得または設定します。

Item[Int32]

指定したインデックスにあるアイテムを取得します。

メソッド

Add(DeployedCodePackage)

指定した項目をリストに追加します。

Clear()

リストからすべての項目を削除します。

Contains(DeployedCodePackage)

指定した項目がリスト内にある場合は true を返します。

CopyTo(DeployedCodePackage[], Int32)

リストから、指定した開始インデックスの指定した配列に項目をコピーします。

GetEnumerator()

このリスト内の項目の列挙子を取得します。

IndexOf(DeployedCodePackage)

このリスト内の指定した項目のインデックスを取得します。

Insert(Int32, DeployedCodePackage)

指定したインデックス位置に項目を挿入します。

Remove(DeployedCodePackage)

指定した項目をこのリストから削除します。

RemoveAt(Int32)

指定したインデックス位置にある項目を削除します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

このリスト内の項目の列挙子を取得します。

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象