Compartir a través de


ContainsInteger Método

Indicates whether the property at the specified index contains an integer value.

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

Sintaxis

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

returnValue = instance.ContainsInteger(propertyIndex)
bool ContainsInteger(
    int propertyIndex
)
bool ContainsInteger(
    int propertyIndex
)
abstract ContainsInteger : 
        propertyIndex:int -> bool 
function ContainsInteger(
    propertyIndex : int
) : boolean

Parámetros

Valor devuelto

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