SettingsPropertyValueCollection.Add(SettingsPropertyValue) メソッド

定義

SettingsPropertyValue オブジェクトをコレクションに追加します。

public:
 void Add(System::Configuration::SettingsPropertyValue ^ property);
public void Add (System.Configuration.SettingsPropertyValue property);
member this.Add : System.Configuration.SettingsPropertyValue -> unit
Public Sub Add (property As SettingsPropertyValue)

パラメーター

property
SettingsPropertyValue

SettingsPropertyValue オブジェクト。

例外

コレクションに項目を追加しようとしましたが、コレクションが読み取り専用としてマークされています。

適用対象