Share via


EnvironmentRenderCapabilities.VisualEffectsAllowed Property

Determines the set of rendering effects allowed. Currently, this value is either zero (indicating that no visual effects are allowed) or nonzero (indicating that all visual effects are allowed). The meaning of specific flags may change.

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

Syntax

‘선언
Public Property VisualEffectsAllowed As Integer
    Get
    Set
‘사용 방법
Dim instance As EnvironmentRenderCapabilities
Dim value As Integer

value = instance.VisualEffectsAllowed

instance.VisualEffectsAllowed = value
public int VisualEffectsAllowed { get; set; }
public:
property int VisualEffectsAllowed {
    int get ();
    void set (int value);
}
member VisualEffectsAllowed : int with get, set
function get VisualEffectsAllowed () : int
function set VisualEffectsAllowed (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

EnvironmentRenderCapabilities Class

EnvironmentRenderCapabilities Members

Microsoft.VisualStudio.PlatformUI Namespace