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