ISettingNameTranslator::GetSharedNameFromPrivateName Method (String^)

Visual Studio 2015
 

Gets the shared name.

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

String^ GetSharedNameFromPrivateName(
	String^ privateName
)

Parameters

privateName
Type: System::String^

The private name.

Return Value

Type: System::String^

The shared name.

Return to top
Show: