Partilhar via


Método ComparablePropertyDefinition<T>.Constrain

Adjusts a value according to the defined property constraints.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Sub Constrain ( _
    ByRef value As T _
)
'Uso
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
)

Parâmetros

  • value
    Tipo: T%
    The value to be constrained.

Consulte também

Referência

ComparablePropertyDefinition<T> Classe

Namespace Microsoft.ReportingServices.RdlObjectModel