ProfilePropertySettingsCollection クラスとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ProfilePropertySettingsCollection クラスの意味・解説 

ProfilePropertySettingsCollection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

ProfilePropertySettingsCollection オブジェクトセット格納します

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Class ProfilePropertySettingsCollection
    Inherits ConfigurationElementCollection
Dim instance As ProfilePropertySettingsCollection
public class ProfilePropertySettingsCollection
 : ConfigurationElementCollection
public ref class ProfilePropertySettingsCollection
 : public ConfigurationElementCollection
public class ProfilePropertySettingsCollection
 extends ConfigurationElementCollection
public class ProfilePropertySettingsCollection
 extends ConfigurationElementCollection
解説解説
使用例使用例

ProfilePropertySettingsCollection クラスインスタンスである PropertySettings プロパティ使用する方法次のコード例示します。このコード例は、ProfileSection クラストピック取り上げているコード例一部分です。

' Display all current ProfileGroupSettings.
Console.WriteLine("Current ProfileGroupSettings:")
Dim PGSCtr As Integer =
 0
For Each propGroups As ProfileGroupSettings
 In profileSection.PropertySettings.GroupSettings
                    Console.WriteLine("  {0}: ProfileGroupSettings '{1}'",
 ++PGSCtr, _
        propGroups.Name)
    Dim PPSCtr As Integer
 = 0
    For Each props As ProfilePropertySettings
 In propGroups.PropertySettings
        Console.WriteLine("    {0}: ProfilePropertySetting '{1}'",
 ++PPSCtr, _
            props.Name)
    Next
Next
// Display all current ProfileGroupSettings.
Console.WriteLine("Current ProfileGroupSettings:");
int PGSCtr = 0;
foreach (ProfileGroupSettings propGroups in
 profileSection.PropertySettings.GroupSettings)
{
    Console.WriteLine("  {0}: ProfileGroupSetting '{1}'", ++PGSCtr,
        propGroups.Name);
    int PPSCtr = 0;
    foreach (ProfilePropertySettings props in
 propGroups.PropertySettings)
    {
        Console.WriteLine("    {0}: ProfilePropertySetting '{1}'", ++PPSCtr
,
            props.Name);
    }
}
継承階層継承階層
System.Object
   System.Configuration.ConfigurationElement
     System.Configuration.ConfigurationElementCollection
      System.Web.Configuration.ProfilePropertySettingsCollection
         System.Web.Configuration.RootProfilePropertySettingsCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ProfilePropertySettingsCollection メンバ
System.Web.Configuration 名前空間
ConfigurationElementCollection
ProfileSection
ProfilePropertySettings クラス
その他の技術情報
profile 要素 (ASP.NET 設定スキーマ)



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ProfilePropertySettingsCollection クラス」の関連用語

ProfilePropertySettingsCollection クラスのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ProfilePropertySettingsCollection クラスのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS