Share via


ExtendedProperties.Contains Method

ExtendedProperties.Contains Method

Indicates whether the ExtendedProperties collection contains a specific ExtendedProperty object.

Definition

Visual Basic .NET Public Function Contains( _
ByVal ep As ExtendedProperty _
) As Boolean
C# public bool Contains(
ExtendedProperty ep
);
Managed C++ public: bool* Contains(
ExtendedProperty *ep
);

Parameters

ep Microsoft.Ink.ExtendedProperty. The ExtendedProperty object to check for.

Return Value

System.Boolean. Whether the ExtendedProperties collection contains a specific ExtendedProperty object.

true The ExtendedProperties collection contains the specific ExtendedProperty object.
false The ExtendedProperties collection does not contain the specific ExtendedProperty object.

Exceptions

ArgumentException Leave Site: The parameter is not valid.

Examples

See Also