Condividi tramite


Metodo DataRepeaterItem.SetBoundsCore

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

DataRepeaterItem l'oggetto viene utilizzato internamente da DataRepeater controllare per visualizzare i dati in fase di esecuzione.Le impostazioni di ItemTemplate determinare la modalità di visualizzazione.

Spazio dei nomi:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRepeaterItem Classe

Spazio dei nomi Microsoft.VisualBasic.PowerPacks

Altre risorse

Introduzione al controllo DataRepeater (Visual Studio)