MinimizeProjectLanguageConverter 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.
A converter intended to shorten the names of some of the programming languages supported by VS.
public ref class MinimizeProjectLanguageConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::String ^, System::String ^>
[Windows::Foundation::Metadata::WebHostHidden]
class MinimizeProjectLanguageConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<std::wstring, std::wstring const &>
public class MinimizeProjectLanguageConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<string,string>
type MinimizeProjectLanguageConverter = class
inherit ValueConverter<string, string>
Public Class MinimizeProjectLanguageConverter
Inherits ValueConverter(Of String, String)
- Inheritance
Constructors
MinimizeProjectLanguageConverter() |
Methods
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(String, Object, CultureInfo) | |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |