MultiSelectComboBox.SelectedItemsTextConverter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The selected items converter that can be used to customize the text of what is selected when SelectedItems is the value. If SelectedItemsText is already passed in, we use that for what is displayed instead of this converter. If SelectedItemsText is null and SelectedItemsTextConverter is null, we concatenate a string with the SelectedItems using DelimiterStr.
public Microsoft.VisualStudio.PlatformUI.ValueConverter<System.Collections.Generic.IEnumerable<object>,string> SelectedItemsTextConverter { get; set; }
member this.SelectedItemsTextConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<seq<obj>, string> with get, set
Public Property SelectedItemsTextConverter As ValueConverter(Of IEnumerable(Of Object), String)