ProfileGroupSettingsCollection.GetKey メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

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

指定したインデックス位置にある ProfileGroupSettings オブジェクトの名前を返します

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

Visual Basic (宣言)

Public Function GetKey ( _ index As Integer _ ) As String

Visual Basic (使用法)

Dim instance As ProfileGroupSettingsCollection Dim index As Integer Dim returnValue As String

returnValue = instance.GetKey(index)

C#

public string GetKey ( int index )

C++

public: String^ GetKey ( int index )

J#

public String GetKey ( int index )

JScript

public function GetKey ( index : int ) : String

パラメータ

index

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 によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.0

参照参照

関連項目
ProfileGroupSettingsCollection クラス
ProfileGroupSettingsCollection メンバ
System.Web.Configuration 名前空間
ProfileSection