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
。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET