Xceed Ultimate ListBox for Silverlight Documentation
Contains(String) Method


The unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be a null reference (Nothing in Visual Basic) or empty.
Determines whether a statistical function with the specified result property name is contained in the collection.
Syntax
Public Overloads Function Contains( _
   ByVal resultPropertyName As String _
) As Boolean
Dim instance As StatFunctionCollection
Dim resultPropertyName As String
Dim value As Boolean
 
value = instance.Contains(resultPropertyName)
public bool Contains( 
   string resultPropertyName
)

Parameters

resultPropertyName
The unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be a null reference (Nothing in Visual Basic) or empty.

Return Value

true if the statistical function with the specified result property name is contained in the collection; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatFunctionCollection Class
StatFunctionCollection Members
Overload List

Send Feedback