共用方式為


ContainsInteger 方法

Indicates whether a property contains an int value.

命名空間:  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
A Boolean value.

實作

IPropertyStore. . :: . .ContainsInteger(Int32)