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

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

ProfileGroupSettings.PropertySettings プロパティ

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

このオブジェクト格納されているプロファイル プロパティ設定コレクション取得します

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

Public ReadOnly Property
 PropertySettings As ProfilePropertySettingsCollection
Dim instance As ProfileGroupSettings
Dim value As ProfilePropertySettingsCollection

value = instance.PropertySettings
public ProfilePropertySettingsCollection PropertySettings { get;
 }
public:
property ProfilePropertySettingsCollection^ PropertySettings {
    ProfilePropertySettingsCollection^ get ();
}
/** @property */
public ProfilePropertySettingsCollection get_PropertySettings
 ()
public function get PropertySettings
 () : ProfilePropertySettingsCollection

プロパティ
このグループ含まれるすべての ProfilePropertySettings オブジェクト格納している 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);
    }
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ProfileGroupSettings クラス
ProfileGroupSettings メンバ
System.Web.Configuration 名前空間
ProfilePropertySettingsCollection
ProfilePropertySettings



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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS