Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Flags that describe different visual effects.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Enumeration __VISUALEFFECTS
public enum __VISUALEFFECTS
public enum class __VISUALEFFECTS
type __VISUALEFFECTS
public enum __VISUALEFFECTS
Members
| Member name | Description | |
|---|---|---|
| VISUALEFFECTS_AllRichEffects | All effects. | |
| VISUALEFFECTS_Animations | Animations only. | |
| VISUALEFFECTS_Gradients | Gradients only. | |
| VISUALEFFECTS_None | No effects. | |
| VISUALEFFECTS_UseHardwareAcceleration | Use hardware acceleration. |
Remarks
Rich effects are synchronized with vsRichClientExperienceOptions indte100.h and dteproperties100.h (envdte100.dll).