Compartir a través de


ContainsBoolean Método

Indicates whether the property at the specified index contains a Boolean value.

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

Sintaxis

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

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

Parámetros

Valor devuelto

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