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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
EnvironmentRenderCapabilities Class