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.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | GetPrivateNameFromSharedName(String) | Gets the private name. |
![]() | GetSharedNameFromPrivateName(String) | Gets the shared name. |
Show:
