LiveSearchTextConverter Class
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.
public class LiveSearchTextConverter : Microsoft.VisualStudio.PlatformUI.MultiValueConverter<string,int,int,string>
type LiveSearchTextConverter = class
inherit MultiValueConverter<string, int, int, string>
Public Class LiveSearchTextConverter
Inherits MultiValueConverter(Of String, Integer, Integer, String)
- Inheritance
-
LiveSearchTextConverter
Constructors
LiveSearchTextConverter() |
Methods
CheckValue<T>(Object[], Int32, String) |
Validates that |
Convert(String, Int32, Int32, Object, CultureInfo) | |
Convert(T1, T2, T3, Object, CultureInfo) |
Microsoft internal use only. (Inherited from MultiValueConverter<T1,T2,T3,TTarget>) |
ConvertBack(TTarget, T1, T2, T3, Object, CultureInfo) |
Microsoft internal use only. (Inherited from MultiValueConverter<T1,T2,T3,TTarget>) |
ConvertBackCore(Object, Type[], Object, CultureInfo) | (Inherited from MultiValueConverter<T1,T2,T3,TTarget>) |
ConvertCore(Object[], Type, Object, CultureInfo) | (Inherited from MultiValueConverter<T1,T2,T3,TTarget>) |
ValidateConvertBackParameters(Object, Type[]) |
Validates the parameters passed to IMultiValueConverter.ConvertBack (Inherited from MultiValueConverterBase<TTarget>) |
ValidateConvertParameters(Object[], Type) |
Validates the parameters passed to IMultiValueConverter.Convert (Inherited from MultiValueConverterBase<TTarget>) |