ComparablePropertyDefinition<T>.Constrain 方法
Adjusts 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.