다음을 통해 공유


ContainsInteger 메서드

Indicates whether the property at the specified index contains an integer value.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
Function ContainsInteger ( _
    propertyIndex As Integer _
) As Boolean
‘사용 방법
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

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

매개 변수

반환 값

형식: System. . :: . .Boolean
A Boolean value.