ProtocolPropertyCollection クラス

定義

このクラスは、名前によってアクセスできるプロパティのコレクションです。クライアントは Property オブジェクト自体にもアクセスできます。

public abstract class ProtocolPropertyCollection : System.Collections.ICollection
type ProtocolPropertyCollection = class
    interface ICollection
    interface IEnumerable
Public MustInherit Class ProtocolPropertyCollection
Implements ICollection
継承
ProtocolPropertyCollection
派生
実装

プロパティ

名前 説明
Count

このクラスは、名前によってアクセスできるプロパティのコレクションです。クライアントは Property オブジェクト自体にもアクセスできます。

IsSynchronized

このクラスは、名前によってアクセスできるプロパティのコレクションです。クライアントは Property オブジェクト自体にもアクセスできます。

Item[Int32]

整数インデクサー

Item[String]

文字列インデクサー

SyncRoot

このクラスは、名前によってアクセスできるプロパティのコレクションです。クライアントは Property オブジェクト自体にもアクセスできます。

メソッド

名前 説明
Contains(String)

このクラスは、名前によってアクセスできるプロパティのコレクションです。クライアントは Property オブジェクト自体にもアクセスできます。

CopyTo(ProtocolProperty[], Int32)

このクラスは、名前によってアクセスできるプロパティのコレクションです。クライアントは Property オブジェクト自体にもアクセスできます。

GetEnumerator()

このクラスは、名前によってアクセスできるプロパティのコレクションです。クライアントは Property オブジェクト自体にもアクセスできます。

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

名前 説明
ICollection.CopyTo(Array, Int32)

このクラスは、名前によってアクセスできるプロパティのコレクションです。クライアントは Property オブジェクト自体にもアクセスできます。

適用対象