LanguagePreferences Methods

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodApply()

Applies all changes made to the preferences.

System_CAPS_pubmethodDispose()

Cleans up any allocated resources before the object is destroyed.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBooleanValue(RegistryKey^, String^, Boolean)

Obtains a boolean value from the specified registry entry.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetIntegerValue(RegistryKey^, String^, Int32)

Gets an integer value from the specified registry entry.

System_CAPS_pubmethodGetLanguagePreferences()

Gets the modifiable user language settings from Visual Studio.

System_CAPS_pubmethodGetSite()

Gets the service provider.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInit()

Initializes LanguagePreferences.

System_CAPS_pubmethodInitMachinePreferences(RegistryKey^, String^)

Gets language service-specific settings from the registry.

System_CAPS_pubmethodInitUserPreferences(RegistryKey^, String^)

Gets user-modifiable settings.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnRegisterMarkerType(Int32)

Called when a new marker type is registered with Visual Studio.

System_CAPS_pubmethodOnRegisterView(IVsTextView^)

Called when a view is registered.

System_CAPS_pubmethodOnReplaceAllInFilesBegin()

Called when the Replace All in Files operation has begun.

System_CAPS_pubmethodOnReplaceAllInFilesEnd()

Called when the Replace All In Files operation has ended.

System_CAPS_pubmethodOnUnregisterView(IVsTextView^)

Called when a view is closed.

System_CAPS_pubmethodOnUserPreferencesChanged2(array<VIEWPREFERENCES2>^, array<FRAMEPREFERENCES2>^, array<LANGPREFERENCES2>^, array<FONTCOLORPREFERENCES2>^)

Called when a user preference has been changed.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: