Compartir a través de


ContainsInteger Método

Indicates whether a property contains an int value.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Function ContainsInteger ( _
    propertyIndex As Integer _
) As Boolean
'Uso
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

returnValue = instance.ContainsInteger(propertyIndex)
public bool ContainsInteger(
    int propertyIndex
)
public:
virtual bool ContainsInteger(
    int propertyIndex
) sealed
abstract ContainsInteger : 
        propertyIndex:int -> bool 
override ContainsInteger : 
        propertyIndex:int -> bool 
public final function ContainsInteger(
    propertyIndex : int
) : boolean

Parámetros

Valor devuelto

Tipo: System. . :: . .Boolean
A Boolean value.

Implementa

IPropertyStore. . :: . .ContainsInteger(Int32)