ContainsInteger メソッド

プロパティに int 値が含まれているかどうかを示します。

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

構文

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

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

パラメーター

戻り値

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

実装

IPropertyStore. . :: . .ContainsInteger(Int32)