ISettingNameTranslator 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.
Translates between private names and shared names. This allows an application to isolate its settings from other apps by inserting a prefix or suffix.
public interface class ISettingNameTranslator
public interface class ISettingNameTranslator
__interface ISettingNameTranslator
public interface ISettingNameTranslator
type ISettingNameTranslator = interface
Public Interface ISettingNameTranslator
Remarks
Members of this interface may be called on any thread.
Methods
GetPrivateNameFromSharedName(String) |
Given the name of a setting in the shared/online store, returns the name by which the setting should be identified in the private store. |
GetSharedNameFromPrivateName(String) |
Given the name of a setting in the private store, returns the name by which the setting should be identified in the shared and online stores. |