共用方式為


ContainsSize 方法

Indicates whether the property at the specified index contains a size value.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Function ContainsSize ( _
    propertyIndex As Integer _
) As Boolean
'用途
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

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

參數

傳回值

型別:System. . :: . .Boolean
A Boolean value.