SelectedItem.Select Method

Selects or un-selects the item instance.
Public Overridable Sub Select( _ 
ByVal environment As Environment, _ 
ByVal select As Boolean
)
This language is not supported or no code example is available.
public virtual void Select( 
Environment environment
bool select 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The environment.

select
bool

The selection status.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition