ISettingNameTranslator.GetPrivateNameFromSharedName(String) Method
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.
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.
public:
System::String ^ GetPrivateNameFromSharedName(System::String ^ sharedName);
public:
Platform::String ^ GetPrivateNameFromSharedName(Platform::String ^ sharedName);
std::wstring GetPrivateNameFromSharedName(std::wstring const & sharedName);
public string GetPrivateNameFromSharedName (string sharedName);
abstract member GetPrivateNameFromSharedName : string -> string
Public Function GetPrivateNameFromSharedName (sharedName As String) As String
Parameters
- sharedName
- String
The shared name.
Returns
The private name.
Exceptions
May be thrown when sharedName
is null.
May be thrown when sharedName
is empty.