Aracılığıyla paylaş


ConfigurationElementCollection.IsElementRemovable Yöntem

Tanım

Belirtilen ConfigurationElement öğesinin öğesinden ConfigurationElementCollectionkaldırılıp kaldırılamayacağını gösterir.

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

Parametreler

element
ConfigurationElement

Denetlenecek öğe.

Döndürülenler

true belirtilen ConfigurationElement öğesi bundan ConfigurationElementCollectionkaldırılabilirse; kaldırılamazsa, false. Varsayılan değer: true.

Açıklamalar

Koleksiyon öğesini kaldırmadan önce sorgu IsElementRemovable .

Şunlara uygulanır