Partager via


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 DataRepeaterItem est utilisé en interne par le contrôle DataRepeater pour afficher des données au moment de l'exécution. Paramètres de ItemTemplate déterminant l'affichage des données.

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 : Int32

    Nouvelle valeur de la propriété Left du contrôle.

  • y
    Type : Int32

    Nouvelle valeur de la propriété Top du contrôle.

  • width
    Type : Int32

    Nouvelle valeur de la propriété Width du contrôle.

  • height
    Type : Int32

    Nouvelle valeur de la propriété Height du contrôle.

  • specified
    Type : BoundsSpecified

    Combinaison d'opérations de bits des valeurs BoundsSpecified.

Sécurité .NET Framework

Voir aussi

Référence

DataRepeaterItem Classe

Microsoft.VisualBasic.PowerPacks, espace de noms

Autres ressources

Introduction au contrôle DataRepeater (Visual Studio)