Share via


SelectorBehaviors.GetSelectNextOnRemove Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared Function GetSelectNextOnRemove ( _
    selector As Selector _
) As Boolean
public static bool GetSelectNextOnRemove(
    Selector selector
)
public:
static bool GetSelectNextOnRemove(
    Selector^ selector
)
static member GetSelectNextOnRemove : 
        selector:Selector -> bool
public static function GetSelectNextOnRemove(
    selector : Selector
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

SelectorBehaviors Class

Microsoft.TeamFoundation.MVVM Namespace