ReportParameterCollection.IList.Contains Método
Indicates whether the collection contains a specific value.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Private Function Contains ( _
value As Object _
) As Boolean Implements IList.Contains
'Uso
Dim instance As ReportParameterCollection
Dim value As Object
Dim returnValue As Boolean
returnValue = CType(instance, IList).Contains(value)
bool IList.Contains(
Object value
)
private:
virtual bool Contains(
Object^ value
) sealed = IList::Contains
private abstract Contains :
value:Object -> bool
private override Contains :
value:Object -> bool
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- value
Tipo: System.Object
The object to locate.
Valor devuelto
Tipo: System.Boolean
true if the object is found in the collection; otherwise, false.