ISettingNameTranslator Interface

Visual Studio 2015
 

Translates between private names and shared names. This allows an application to isolate its settings from other apps by inserting a prefix or suffix.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public interface ISettingNameTranslator

NameDescription
System_CAPS_pubmethodGetPrivateNameFromSharedName(String)

Gets the private name.

System_CAPS_pubmethodGetSharedNameFromPrivateName(String)

Gets the shared name.

Return to top
Show: