WindowStateConverter Class

Definition

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
WindowStateConverter

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.

Applies to