다음을 통해 공유


ContainsSize 메서드

Indicates whether a property contains a size.

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

구문

‘선언
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)