Microsoft.VisualStudio.Workspace.Settings Namespace

 

ClassDescription
System_CAPS_pubclassSettingsTypes

standard settings types

System_CAPS_pubclassWorkspaceSettingsChangedEventArgs

Settings change events data.

System_CAPS_pubclassWorkspaceSettingsExtensions

Convenience extension for IWorkspaceSettings interface

InterfaceDescription
System_CAPS_pubinterfaceIWorkspaceSettings

Workspace Settings interface.

System_CAPS_pubinterfaceIWorkspaceSettingsManager

Per workspace object that is responsible for facilitating the reading and writing the workspace settings as well as corresponding notifications. Retrieved by "Workspace.SettingsManager".

System_CAPS_pubinterfaceIWorkspaceSettingsPersistance

transactional writer. Note within the single VS process multiple of this can be active simultaneously. Last release will trigger settings file writes on disk. It is expected that the persistence writer wrappers to be very short lived.

System_CAPS_pubinterfaceIWorkspaceSettingsProvider

Dynamic settings providers These providers contribute properties to the hierarchical settings collection that comes from a different sources than on disk json files. Example can be "intrinsic in memory providers" or "converters" (components that parse other tools formats into AnyCode settings schema).

System_CAPS_pubinterfaceIWorkspaceSettingsProviderFactory

Dynamic settings providers These providers contribute properties to the hierarchical settings collection that comes from a different sources than on disk json files. Example can be "intrinsic in memory providers" or "converters" (components that parse other tools formats into our settings schema). The factory interface is

System_CAPS_pubinterfaceIWorkspaceSettingsSource

Workspace Settings interface.

System_CAPS_pubinterfaceIWorkspaceSettingsSourceWriter

Workspace Settings source writer interface. Used for "automated" settings persistence driven by features.

EnumerationDescription
System_CAPS_pubenumWorkspaceSettingsResult

Result of retrieving a single setting value from the current settings files.

Return to top
Show: