Partilhar via


Método DataRepeaterItem.SetBoundsCore

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

O DataRepeaterItem objeto é usado internamente pelo DataRepeater controle para exibir dados em tempo de execução.As configurações do ItemTemplate determinam como os dados são exibidos.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (em Microsoft.VisualBasic.PowerPacks.Vs.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataRepeaterItem Classe

Namespace Microsoft.VisualBasic.PowerPacks

Outros recursos

Introdução ao controle DataRepeater (Visual Studio)