KeyValueConfigurationCollection.Properties プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

構成プロパティコレクション取得します

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

Visual Basic (宣言)

Protected Friend Overrides ReadOnly Property Properties As ConfigurationPropertyCollection

Visual Basic (使用法)

Dim value As ConfigurationPropertyCollection

value = Me.Properties

C#

protected internal override ConfigurationPropertyCollection Properties { get; }

C++

protected public: virtual property ConfigurationPropertyCollection^ Properties { ConfigurationPropertyCollection^ get () override; }

J#

/** @property */ protected ConfigurationPropertyCollection get_Properties ()

JScript

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

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

.NET Framework
サポート対象 : 2.0

参照参照

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