DataRepeaterItem.SetBoundsCore 方法

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

DataRepeater 控件在内部用于 DataRepeaterItem 对象公开数据在运行时。 ItemTemplate 的设置确定数据的显示方式。

命名空间:  Microsoft.VisualBasic.PowerPacks
程序集:  Microsoft.VisualBasic.PowerPacks.Vs(在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

DataRepeaterItem 类

Microsoft.VisualBasic.PowerPacks 命名空间

其他资源

DataRepeater 控件简介 (Visual Studio)