ContainsObject 方法

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Function ContainsObject ( _
    propertyIndex As Integer _
) As Boolean
用法
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

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

参数

返回值

类型:System. . :: . .Boolean
A Boolean value.