ConfigurationElementCollection.IsElementName(String) Metodo

Definizione

Indica se la classe ConfigurationElement specificata esiste nella classe ConfigurationElementCollection.

protected:
 virtual bool IsElementName(System::String ^ elementName);
protected virtual bool IsElementName (string elementName);
abstract member IsElementName : string -> bool
override this.IsElementName : string -> bool
Protected Overridable Function IsElementName (elementName As String) As Boolean

Parametri

elementName
String

Nome dell'elemento da verificare.

Restituisce

true se l'elemento esiste nell'insieme; in caso contrario, false. Il valore predefinito è false.

Commenti

Eseguire l'override del IsElementName metodo per fornire un comportamento personalizzato.

Si applica a