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

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

派生クラスオーバーライドされると、指定した構成要素要素キー取得します

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

Visual Basic (宣言)

Protected Overrides Function GetElementKey ( _ element As ConfigurationElement _ ) As Object

Visual Basic (使用法)

Dim element As ConfigurationElement Dim returnValue As Object

returnValue = Me.GetElementKey(element)

C#

protected override Object GetElementKey ( ConfigurationElement element )

C++

protected: virtual Object^ GetElementKey ( ConfigurationElement^ element ) override

J#

protected Object GetElementKey ( ConfigurationElement element )

JScript

protected override function GetElementKey ( element : ConfigurationElement ) : Object

パラメータ

element

キー返す先の KeyValueConfigurationElement。

戻り値
指定した KeyValueConfigurationElementキーとして機能する Object

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, 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

参照参照

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