ConfigurationElementCollection.IsElementRemovable メソッド

定義

指定した ConfigurationElementConfigurationElementCollection から削除できるかどうかを示します。

protected:
 virtual bool IsElementRemovable(System::Configuration::ConfigurationElement ^ element);
protected virtual bool IsElementRemovable (System.Configuration.ConfigurationElement element);
abstract member IsElementRemovable : System.Configuration.ConfigurationElement -> bool
override this.IsElementRemovable : System.Configuration.ConfigurationElement -> bool
Protected Overridable Function IsElementRemovable (element As ConfigurationElement) As Boolean

パラメーター

element
ConfigurationElement

チェックする要素。

戻り値

指定した ConfigurationElement をこの ConfigurationElementCollection から削除できる場合は true。それ以外の場合は false。 既定値は、true です。

注釈

コレクション要素を削除する前にクエリ IsElementRemovable を実行します。

適用対象