RootProfilePropertySettingsCollection.GroupSettings プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > RootProfilePropertySettingsCollection.GroupSettings プロパティの意味・解説 

RootProfilePropertySettingsCollection.GroupSettings プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

ProfileGroupSettings オブジェクトコレクション格納された ProfileGroupSettingsCollection を取得します

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

Public ReadOnly Property
 GroupSettings As ProfileGroupSettingsCollection
Dim instance As RootProfilePropertySettingsCollection
Dim value As ProfileGroupSettingsCollection

value = instance.GroupSettings
public ProfileGroupSettingsCollection GroupSettings { get;
 }
public:
property ProfileGroupSettingsCollection^ GroupSettings {
    ProfileGroupSettingsCollection^ get ();
}
/** @property */
public ProfileGroupSettingsCollection get_GroupSettings ()
public function get GroupSettings
 () : ProfileGroupSettingsCollection

プロパティ
ProfileGroupSettingsCollection コレクション

解説解説

GroupSettings プロパティ使用すると、ProfilePropertySettingsCollection コレクショングループ作成できます

使用例使用例

GroupSettings プロパティ使用方法コード例次に示します。このコード例は、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);
    }
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
RootProfilePropertySettingsCollection クラス
RootProfilePropertySettingsCollection メンバ
System.Web.Configuration 名前空間
ProfileGroupSettingsCollection クラス


このページでは「.NET Framework クラス ライブラリ リファレンス」からRootProfilePropertySettingsCollection.GroupSettings プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からRootProfilePropertySettingsCollection.GroupSettings プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からRootProfilePropertySettingsCollection.GroupSettings プロパティ を検索

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

辞書ショートカット

すべての辞書の索引

RootProfilePropertySettingsCollection.GroupSettings プロパティのお隣キーワード
検索ランキング

   

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



RootProfilePropertySettingsCollection.GroupSettings プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS