WindowStateConverter Class
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Class WindowStateConverter _
Inherits ValueConverter(Of Integer, WindowState)
用法
Dim instance As WindowStateConverter
public class WindowStateConverter : ValueConverter<int, WindowState>
public ref class WindowStateConverter : public ValueConverter<int, WindowState>
type WindowStateConverter =
class
inherit ValueConverter<int, WindowState>
end
public class WindowStateConverter extends ValueConverter<int, WindowState>
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.ValueConverter<Int32, WindowState>
Microsoft.VisualStudio.PlatformUI.WindowStateConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.