EnvironmentRenderCapabilities Class

Encapsulates visual effects options for the environment. These options determine which types of visual effects should be used based on the current rendering capabilities. This is based on a combination of user settings and WPF's RenderCapabilities.Tier

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public NotInheritable Class EnvironmentRenderCapabilities _
    Inherits DisposableObject _
    Implements INotifyPropertyChanged, IVsShellPropertyEvents
‘사용 방법
Dim instance As EnvironmentRenderCapabilities
public sealed class EnvironmentRenderCapabilities : DisposableObject, 
    INotifyPropertyChanged, IVsShellPropertyEvents
public ref class EnvironmentRenderCapabilities sealed : public DisposableObject, 
    INotifyPropertyChanged, IVsShellPropertyEvents
[<SealedAttribute>]
type EnvironmentRenderCapabilities =  
    class
        inherit DisposableObject
        interface INotifyPropertyChanged
        interface IVsShellPropertyEvents
    end
public final class EnvironmentRenderCapabilities extends DisposableObject implements INotifyPropertyChanged, IVsShellPropertyEvents

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.PlatformUI.DisposableObject
    Microsoft.VisualStudio.PlatformUI.EnvironmentRenderCapabilities

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.

See Also

Reference

EnvironmentRenderCapabilities Members

Microsoft.VisualStudio.PlatformUI Namespace