ProfileGroupSettingsCollection.GetKey メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
指定したインデックス位置にある ProfileGroupSettings オブジェクトの名前を返します。
名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文
Public Function GetKey ( _ index As Integer _ ) As String
Dim instance As ProfileGroupSettingsCollection Dim index As Integer Dim returnValue As String
returnValue = instance.GetKey(index)
public string GetKey ( int index )
public: String^ GetKey ( int index )
public String GetKey ( int index )
public function GetKey ( index : int ) : String
ProfileGroupSettings のインデックス。
戻り値
指定したインデックス位置に存在する ProfileGroupSettings オブジェクトの名前。指定したインデックス位置にオブジェクトが存在しない場合は null 参照 (Visual Basic では Nothing)。
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
ProfileGroupSettingsCollection クラス
ProfileGroupSettingsCollection メンバ
System.Web.Configuration 名前空間
ProfileSection