ContainsSize メソッド

プロパティにサイズが含まれているかどうかを示します。

名前空間:  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
Boolean オブジェクトです。

実装

IPropertyStore. . :: . .ContainsSize(Int32)