Share via


KnownUIContexts.OsWindows8OrHigherContext Property

Gets a UI context indicating that the current operating system is Windows 8.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property OsWindows8OrHigherContext As UIContext
public static UIContext OsWindows8OrHigherContext { get; }
public:
static property UIContext^ OsWindows8OrHigherContext {
    UIContext^ get ();
}
static member OsWindows8OrHigherContext : UIContext with get
static function get OsWindows8OrHigherContext () : UIContext

Property Value

Type: Microsoft.VisualStudio.Shell.UIContext

.NET Framework Security

See Also

Reference

KnownUIContexts Class

Microsoft.VisualStudio.Shell Namespace