ParameterDictionary.Contains MethodParameterDictionary.Contains MethodParameterDictionary::Contains Method

Determines whether the ParameterDictionaryParameterDictionaryParameterDictionary contains the specified parameter.

Syntax

Public Function Contains( _
    name As System.Xml.XmlQualifiedName _
) As Boolean
public bool Contains(
    System.Xml.XmlQualifiedName name
)
public:
bool Contains(
    System.Xml::XmlQualifiedName^ name
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the ParameterDictionaryParameterDictionaryParameterDictionary contains the specified parameter; otherwise, falseFalsefalse.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionname is null a null reference (Nothing in Visual Basic) nullptr