ContainsSize 方法

Indicates whether a property contains a size.

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

语法

声明
Public Function ContainsSize ( _
    propertyIndex As Integer _
) As Boolean
用法
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

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

参数

返回值

类型:System. . :: . .Boolean
A Boolean object.

实现

IPropertyStore. . :: . .ContainsSize(Int32)