ProfileGroupSettingsCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ProfileGroupSettings オブジェクトを取得します。値の設定も可能です。
オーバーロード
Item[Int32] |
指定したインデックス位置の ProfileGroupSettings オブジェクトを取得または設定します。 |
Item[String] |
指定した名前で ProfileGroupSettings オブジェクトを取得または設定します。 |
Item[Int32]
指定したインデックス位置の ProfileGroupSettings オブジェクトを取得または設定します。
public:
property System::Web::Configuration::ProfileGroupSettings ^ default[int] { System::Web::Configuration::ProfileGroupSettings ^ get(int index); void set(int index, System::Web::Configuration::ProfileGroupSettings ^ value); };
public System.Web.Configuration.ProfileGroupSettings this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.ProfileGroupSettings with get, set
Default Public Property Item(index As Integer) As ProfileGroupSettings
パラメーター
- index
- Int32
ProfileGroupSettings オブジェクトの、コレクション内でのインデックス。
プロパティ値
指定したインデックスに存在する ProfileGroupSettings オブジェクト。指定したインデックスにオブジェクトが存在しない場合は null
。
こちらもご覧ください
適用対象
Item[String]
指定した名前で ProfileGroupSettings オブジェクトを取得または設定します。
public:
property System::Web::Configuration::ProfileGroupSettings ^ default[System::String ^] { System::Web::Configuration::ProfileGroupSettings ^ get(System::String ^ name); };
public System.Web.Configuration.ProfileGroupSettings this[string name] { get; }
member this.Item(string) : System.Web.Configuration.ProfileGroupSettings
Default Public ReadOnly Property Item(name As String) As ProfileGroupSettings
パラメーター
- name
- String
コレクション内の ProfileGroupSettings オブジェクトの名前。
プロパティ値
指定した名前を持つ ProfileGroupSettings オブジェクト。その名前を持つオブジェクトが存在しない場合は null
。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET