KeyValueConfigurationCollection.GetElementKey メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
派生クラスでオーバーライドされると、指定した構成要素の要素キーを取得します。
名前空間: System.Configuration
アセンブリ: System.Configuration (system.configuration.dll 内)
構文
Protected Overrides Function GetElementKey ( _ element As ConfigurationElement _ ) As Object
Dim element As ConfigurationElement Dim returnValue As Object
returnValue = Me.GetElementKey(element)
protected override Object GetElementKey ( ConfigurationElement element )
protected: virtual Object^ GetElementKey ( ConfigurationElement^ element ) override
protected Object GetElementKey ( ConfigurationElement element )
protected override function GetElementKey ( element : ConfigurationElement ) : Object
キーを返す先の 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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
KeyValueConfigurationCollection クラス
KeyValueConfigurationCollection メンバ
System.Configuration 名前空間