Partilhar via


Método ContainsInteger

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 de retorno

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