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

チェックする要素。

返品

指定した をこの から削除できる場合は a0/& 。それ以外の場合は。 既定値は true です。

注釈

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

適用対象