GetBoolean メソッド

Boolean プロパティを取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Function GetBoolean ( _
    propertyIndex As Integer _
) As Boolean
'使用
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

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

パラメーター

戻り値

型: System. . :: . .Boolean
Boolean 値です。

実装

IPropertyStore. . :: . .GetBoolean(Int32)