SelectorBehaviors.GetSelectNextOnRemove Method
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
- selector
Type: System.Windows.Controls.Primitives.Selector
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.