ComparablePropertyDefinition<T>.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.