ProfileGroupSettingsCollection.Get 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 ProfileGroupSettings 物件。
多載
Get(Int32) |
傳回位於指定索引處的 ProfileGroupSettings 物件。 |
Get(String) |
傳回具有指定名稱的 ProfileGroupSettings 物件。 |
Get(Int32)
傳回位於指定索引處的 ProfileGroupSettings 物件。
public:
System::Web::Configuration::ProfileGroupSettings ^ Get(int index);
public System.Web.Configuration.ProfileGroupSettings Get (int index);
member this.Get : int -> System.Web.Configuration.ProfileGroupSettings
Public Function Get (index As Integer) As ProfileGroupSettings
參數
- index
- Int32
要取得的 ProfileGroupSettings 物件索引。
傳回
位於指定索引處的 ProfileGroupSettings 物件;如果該索引處沒有任何物件,則為 null
。
另請參閱
適用於
Get(String)
傳回具有指定名稱的 ProfileGroupSettings 物件。
public:
System::Web::Configuration::ProfileGroupSettings ^ Get(System::String ^ name);
public System.Web.Configuration.ProfileGroupSettings Get (string name);
member this.Get : string -> System.Web.Configuration.ProfileGroupSettings
Public Function Get (name As String) As ProfileGroupSettings
參數
- name
- String
要取得的 ProfileGroupSettings 物件名稱。
傳回
具有指定名稱的 ProfileGroupSettings;如果該名稱不存在,則為 null
。