CustomProjectPropertyCollection

CustomProjectPropertyCollection class

カスタム プロジェクト プロパティのコレクションを表します。

public sealed class CustomProjectPropertyCollection : PropertyKeyedCollection<CustomProjectProperty>

コンストラクター

名前説明
CustomProjectPropertyCollection()の新しいインスタンスを初期化しますCustomProjectPropertyCollectionクラス。

プロパティ

名前説明
Count { get; }
override IsReadOnly { get; }このコレクションが読み取り専用かどうかを示す値を取得します。それ以外の場合は false.
Item { get; }
Names { get; }

メソッド

名前説明
Add(CustomProjectProperty)
Add(string, bool)新しいカスタム プロパティを作成します。
Add(string, DateTime)新しいカスタム プロパティを作成します。
Add(string, double)新しいカスタム プロパティを作成します。
Add(string, string)新しいカスタム プロパティを作成します。
Clear()PropertyCollection をクリアします。
Contains(string)
Remove(string)指定した名前のプロパティをコレクションから削除します。

関連項目