ConfigurationElementCollection.IsElementName(String) 메서드

정의

지정된 ConfigurationElementConfigurationElementCollection에 있는지 여부를 나타냅니다.

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

매개 변수

elementName
String

확인할 요소의 이름입니다.

반환

요소가 컬렉션에 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

메서드를 재정의 IsElementName 하여 사용자 지정 동작을 제공합니다.

적용 대상