DataRepeater.Select 方法 (Boolean, Boolean)

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

此成员重写 Select 方法。

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

语法

声明
Protected Overrides Sub Select ( _
    directed As Boolean, _
    forward As Boolean _
)
protected override void Select(
    bool directed,
    bool forward
)
protected:
virtual void Select(
    bool directed, 
    bool forward
) override
abstract Select : 
        directed:bool * 
        forward:bool -> unit 
override Select : 
        directed:bool * 
        forward:bool -> unit 
protected override function Select(
    directed : boolean, 
    forward : boolean
)

参数

.NET Framework 安全性

请参见

参考

DataRepeater 类

Select 重载

Microsoft.VisualBasic.PowerPacks 命名空间

其他资源

DataRepeater 控件简介 (Visual Studio)