ConfigurationElementCollection.IsElementName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the specified ConfigurationElement exists in the 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
Parameters
- elementName
- String
The name of the element to verify.
Returns
true
if the element exists in the collection; otherwise, false
. The default is false
.
Remarks
Override the IsElementName method to provide custom behavior.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.