ProfilePropertySettingsCollection.Get Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca ProfileSection obiektu.
Przeciążenia
Get(Int32) |
ProfileSection Zwraca obiekt w określonym indeksie. |
Get(String) |
ProfileSection Zwraca obiekt o określonej nazwie. |
Get(Int32)
ProfileSection Zwraca obiekt w określonym indeksie.
public:
System::Web::Configuration::ProfilePropertySettings ^ Get(int index);
public System.Web.Configuration.ProfilePropertySettings Get (int index);
member this.Get : int -> System.Web.Configuration.ProfilePropertySettings
Public Function Get (index As Integer) As ProfilePropertySettings
Parametry
- index
- Int32
Indeks, ProfileSection który ma być pobierany.
Zwraca
ProfileSection Obiekt w określonym indeksie lub null
jeśli nie ma obiektu w tym indeksie.
Zobacz też
Dotyczy
Get(String)
ProfileSection Zwraca obiekt o określonej nazwie.
public:
System::Web::Configuration::ProfilePropertySettings ^ Get(System::String ^ name);
public System.Web.Configuration.ProfilePropertySettings Get (string name);
member this.Get : string -> System.Web.Configuration.ProfilePropertySettings
Public Function Get (name As String) As ProfilePropertySettings
Parametry
- name
- String
Nazwa elementu ProfileSection do pobrania.
Zwraca
ProfileSection Obiekt o określonej nazwie lub null
jeśli nazwa nie istnieje.