다음을 통해 공유


Constrain 메서드

Adjust a value according to the defined property constraints.

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

구문

‘선언
Public Sub Constrain ( _
    ByRef value As T _
)
‘사용 방법
Dim instance As ComparablePropertyDefinition
Dim value As T

instance.Constrain(value)
public void Constrain(
    ref T value
)
public:
void Constrain(
    T% value
)
member Constrain : 
        value:'T byref -> unit 
public function Constrain(
    value : T
)

매개 변수

  • value
    유형: T%
    The value to be constrained.