مشاركة عبر


DataRepeater.Select Method (Boolean, Boolean)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides the Select method.

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

Syntax

'إقرار
Protected Overrides Sub Select ( _
    directed As Boolean, _
    forward As Boolean _
)
'الاستخدام
Dim directed As Boolean
Dim forward As Boolean

Me.Select(directed, forward)
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
)

Parameters

.NET Framework Security

See Also

Reference

DataRepeater Class

DataRepeater Members

Select Overload

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

Introduction to the DataRepeater Control (Visual Studio)