CustomProjectPropertyCollection

CustomProjectPropertyCollection class

Merupakan kumpulan properti proyek kustom.

public sealed class CustomProjectPropertyCollection : PropertyKeyedCollection<CustomProjectProperty>

Konstruktor

NamaKeterangan
CustomProjectPropertyCollection()Menginisialisasi instance baru dariCustomProjectPropertyCollection kelas.

Properti

NamaKeterangan
Count { get; }
override IsReadOnly { get; }Mendapat nilai yang menunjukkan apakah koleksi ini hanya-baca; jika tidak, false.
Item { get; }
Names { get; }

Metode

NamaKeterangan
Add(CustomProjectProperty)
Add(string, bool)Membuat properti kustom baru.
Add(string, DateTime)Membuat properti kustom baru.
Add(string, double)Membuat properti kustom baru.
Add(string, string)Membuat properti kustom baru.
Clear()Membersihkan PropertyCollection.
Contains(string)
Remove(string)Menghapus properti dengan nama tertentu dari koleksi.

Lihat juga