IWorkspaceSettingsSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Workspace Settings interface.
public interface class IWorkspaceSettingsSource
public interface class IWorkspaceSettingsSource
__interface IWorkspaceSettingsSource
public interface IWorkspaceSettingsSource
type IWorkspaceSettingsSource = interface
Public Interface IWorkspaceSettingsSource
- Derived
Methods
GetKeys() |
Enumerate all available property names. |
GetProperty<T>(String, T, T) |
get a [base] settings value (property), the type and meaning of the value is defined by the caller. |
Extension Methods
Property<T>(IWorkspaceSettingsSource, String, T) |
Wrapper around WorkspaceSettingsResult GetProperty. Used when caller is not interested by the current state, but just want to get the current value to use. |
PropertyArray<T>(IWorkspaceSettingsSource, String) |
Wrapper around WorkspaceSettingsResult GetPropertyArray. Used when caller is not interested by the current state, but just want to get the current value to use. |