Partager via


Méthode Constrain

Adjust a value according to the defined property constraints.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Sub Constrain ( _
    ByRef value As T _
)
'Utilisation
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
)

Paramètres

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