ConfigurationElementCollection.IsElementName(String) Metodo

Definizione

Indica se il ConfigurationElement specificato esiste nel 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.

Valori restituiti

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

Commenti

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

Si applica a