ProfileSettingsCollection.Item[] Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen ProfileSettings nesneyi alır veya ayarlar.
Aşırı Yüklemeler
Item[Int32] |
Nesneyi koleksiyonda ProfileSettings belirtilen sayısal dizinde alır veya ayarlar. |
Item[String] |
ProfileSettings Nesneyi koleksiyonda belirtilen anahtara göre alır. |
Item[Int32]
Nesneyi koleksiyonda ProfileSettings belirtilen sayısal dizinde alır veya ayarlar.
public:
property System::Web::Configuration::ProfileSettings ^ default[int] { System::Web::Configuration::ProfileSettings ^ get(int index); void set(int index, System::Web::Configuration::ProfileSettings ^ value); };
public System.Web.Configuration.ProfileSettings this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.ProfileSettings with get, set
Default Public Property Item(index As Integer) As ProfileSettings
Parametreler
- index
- Int32
Koleksiyondaki bir ProfileSettings nesnenin dizini.
Özellik Değeri
ProfileSettings Belirtilen dizindeki nesne veya null
bu dizinde nesne yoksa.
Örnekler
Aşağıdaki kod örneğinde yönteminin nasıl kullanılacağı gösterilmektedir Item[] . Bu kod örneği, sınıfı için HealthMonitoringSection sağlanan daha büyük bir örneğin parçasıdır.
profileSetting = healthMonitoringSection.Profiles[i];
profileSetting = healthMonitoringSection.Profiles(i)
Ayrıca bkz.
Şunlara uygulanır
Item[String]
ProfileSettings Nesneyi koleksiyonda belirtilen anahtara göre alır.
public:
property System::Web::Configuration::ProfileSettings ^ default[System::String ^] { System::Web::Configuration::ProfileSettings ^ get(System::String ^ key); };
public System.Web.Configuration.ProfileSettings this[string key] { get; }
member this.Item(string) : System.Web.Configuration.ProfileSettings
Default Public ReadOnly Property Item(key As String) As ProfileSettings
Parametreler
- key
- String
Koleksiyonda ProfileSettings bulunan nesnenin adı.
Özellik Değeri
Bir ProfileSettings nesnesi.