'Declaration Public Overloads Overridable Sub PerformSelection( _
ByVal modeРежим выбора.As ItemSelectionMode, _
ByVal itemsНабор элементов для выбора.As System.Collections.Generic.IEnumerable(Of T) _
)
public virtual void PerformSelection(
ItemSelectionMode mode,
System.Collections.Generic.IEnumerable<T> items
)
public: virtual void PerformSelection(
ItemSelectionMode mode,
System.Collections.Generic.IEnumerable<T*>* items
)
public:
virtual void PerformSelection(
ItemSelectionMode mode,
System.Collections.Generic.IEnumerable<T^>^ items
)
Parameters
- mode
- Режим выбора.
- items
- Набор элементов для выбора.