DataRepeaterItem.SetBoundsCore, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
L'objet d'DataRepeaterItem est utilisé en interne par le contrôle d'DataRepeater pour afficher des données pendant l'exécution.Les paramètres d'ItemTemplate déterminent comment la donnée est affichée.
Espace de noms : Microsoft.VisualBasic.PowerPacks
Assembly : Microsoft.VisualBasic.PowerPacks.Vs (dans Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntaxe
'Déclaration
Protected Overrides Sub SetBoundsCore ( _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer, _
specified As BoundsSpecified _
)
protected override void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
protected:
virtual void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
) override
abstract SetBoundsCore :
x:int *
y:int *
width:int *
height:int *
specified:BoundsSpecified -> unit
override SetBoundsCore :
x:int *
y:int *
width:int *
height:int *
specified:BoundsSpecified -> unit
protected override function SetBoundsCore(
x : int,
y : int,
width : int,
height : int,
specified : BoundsSpecified
)
Paramètres
- x
Type : System.Int32
Nouvelle valeur de la propriété Left du contrôle.
- y
Type : System.Int32
Nouvelle valeur de la propriété Top du contrôle.
- width
Type : System.Int32
Nouvelle valeur de la propriété Width du contrôle.
- height
Type : System.Int32
Nouvelle valeur de la propriété Height du contrôle.
- specified
Type : System.Windows.Forms.BoundsSpecified
Combinaison d'opérations de bits des valeurs BoundsSpecified.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualBasic.PowerPacks, espace de noms