WindowStateConverter 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.
Microsoft internal use only.
public ref class WindowStateConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<int, System::Windows::WindowState>
[Windows::Foundation::Metadata::WebHostHidden]
class WindowStateConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<int, System::Windows::WindowState>
public class WindowStateConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<int,System.Windows.WindowState>
type WindowStateConverter = class
inherit ValueConverter<int, WindowState>
Public Class WindowStateConverter
Inherits ValueConverter(Of Integer, WindowState)
- Inheritance
Constructors
WindowStateConverter() |
Microsoft internal use only. |
Methods
Convert(Int32, Object, CultureInfo) |
Microsoft internal use only. |
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
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>) |
ConvertBack(WindowState, Object, CultureInfo) |
Microsoft internal use only. |