IWorkspaceSettingsProviderFactory Interface

Definition

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

public interface class IWorkspaceSettingsProviderFactory
public interface class IWorkspaceSettingsProviderFactory
__interface IWorkspaceSettingsProviderFactory
public interface IWorkspaceSettingsProviderFactory
type IWorkspaceSettingsProviderFactory = interface
Public Interface IWorkspaceSettingsProviderFactory

Properties

Priority

the priority property is used to order the provider settings among other potential providers that can apply for the exact same location.

Methods

CreateSettingsProvider(IWorkspace)

Create provider object for the given workspace instance

Applies to