LanguagePreferences Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Apply() | Applies all changes made to the preferences. |
![]() | Dispose() | Cleans up any allocated resources before the object is destroyed. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBooleanValue(RegistryKey^, String^, Boolean) | Obtains a boolean value from the specified registry entry. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetIntegerValue(RegistryKey^, String^, Int32) | Gets an integer value from the specified registry entry. |
![]() | GetLanguagePreferences() | Gets the modifiable user language settings from Visual Studio. |
![]() | GetSite() | Gets the service provider. |
![]() | GetType() | (Inherited from Object.) |
![]() | Init() | Initializes LanguagePreferences. |
![]() | InitMachinePreferences(RegistryKey^, String^) | Gets language service-specific settings from the registry. |
![]() | InitUserPreferences(RegistryKey^, String^) | Gets user-modifiable settings. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnRegisterMarkerType(Int32) | Called when a new marker type is registered with Visual Studio. |
![]() | OnRegisterView(IVsTextView^) | Called when a view is registered. |
![]() | OnReplaceAllInFilesBegin() | Called when the Replace All in Files operation has begun. |
![]() | OnReplaceAllInFilesEnd() | Called when the Replace All In Files operation has ended. |
![]() | OnUnregisterView(IVsTextView^) | Called when a view is closed. |
![]() | OnUserPreferencesChanged2(array<VIEWPREFERENCES2>^, array<FRAMEPREFERENCES2>^, array<LANGPREFERENCES2>^, array<FONTCOLORPREFERENCES2>^) | Called when a user preference has been changed. |
![]() | ToString() | (Inherited from Object.) |

