KeyValueConfigurationCollection.Properties プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このプロパティは、.NET Framework version 2.0 で新しく追加されたものです。
名前空間: System.Configuration
アセンブリ: System.Configuration (system.configuration.dll 内)
構文
Protected Friend Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
Dim value As ConfigurationPropertyCollection
value = Me.Properties
protected internal override ConfigurationPropertyCollection Properties { get; }
protected public: virtual property ConfigurationPropertyCollection^ Properties { ConfigurationPropertyCollection^ get () override; }
/** @property */ protected ConfigurationPropertyCollection get_Properties ()
protected internal override function get Properties () : ConfigurationPropertyCollection
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 名前空間