CustomProjectPropertyCollection
CustomProjectPropertyCollection class
カスタム プロジェクト プロパティのコレクションを表します。
public sealed class CustomProjectPropertyCollection : PropertyKeyedCollection<CustomProjectProperty>
コンストラクター
プロパティ
メソッド
名前 | 説明 |
---|
Add(CustomProjectProperty) | |
Add(string, bool) | 新しいカスタム プロパティを作成します。 |
Add(string, DateTime) | 新しいカスタム プロパティを作成します。 |
Add(string, double) | 新しいカスタム プロパティを作成します。 |
Add(string, string) | 新しいカスタム プロパティを作成します。 |
Clear() | PropertyCollection をクリアします。 |
Contains(string) | |
Remove(string) | 指定した名前のプロパティをコレクションから削除します。 |
関連項目