次の方法で共有


ICollection インターフェイス

すべてのコレクションのサイズ、列挙子と同期のメソッドを定義します。

名前空間:  Microsoft.VisualStudio.VsWizard
アセンブリ:  Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)

構文

'宣言
<GuidAttribute("CCD31371-6102-4AF9-8952-BD96C1ED9574")> _
Public Interface ICollection _
    Inherits IEnumerable
[GuidAttribute("CCD31371-6102-4AF9-8952-BD96C1ED9574")]
public interface ICollection : IEnumerable
[GuidAttribute(L"CCD31371-6102-4AF9-8952-BD96C1ED9574")]
public interface class ICollection : IEnumerable
[<GuidAttribute("CCD31371-6102-4AF9-8952-BD96C1ED9574")>]
type ICollection =  
    interface
        interface IEnumerable
    end
public interface ICollection extends IEnumerable

ICollection 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Count クラスで実装された場合、ICollection に含まれる要素の数を取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド AddAt 位置でコレクションに項目を追加します。
パブリック メソッド AddItem 項目をコレクションに追加します。
パブリック メソッド GetEnumerator コレクション内の項目のリストを取得します。
パブリック メソッド item コレクションから項目を取得します。

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.VsWizard 名前空間