ProfilePropertySettingsCollection.Get Yöntem

Tanım

Döndürür bir ProfileSection nesne.

Aşırı Yüklemeler

Get(Int32)

ProfileSection Belirtilen dizindeki nesneyi döndürür.

Get(String)

ProfileSection Belirtilen ada sahip nesneyi döndürür.

Get(Int32)

ProfileSection Belirtilen dizindeki nesneyi döndürür.

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

Parametreler

index
Int32

Alınacak dizini ProfileSection .

Döndürülenler

ProfileSection Belirtilen dizindeki nesne veya null bu dizinde nesne yoksa.

Ayrıca bkz.

Şunlara uygulanır

Get(String)

ProfileSection Belirtilen ada sahip nesneyi döndürür.

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

Parametreler

name
String

Alınacak öğesinin ProfileSection adı.

Döndürülenler

ProfileSection Belirtilen ada sahip nesne veya null ad yoksa.

Ayrıca bkz.

Şunlara uygulanır