Метод ContainsBoolean

Indicates whether a property contains a Boolean value.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Function ContainsBoolean ( _
    propertyIndex As Integer _
) As Boolean
'Применение
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

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

Параметры

Возвращаемое значение

Тип System. . :: . .Boolean
A Boolean value.

Реализует интерфейс

IPropertyStore. . :: . .ContainsBoolean(Int32)