CustomSettingsHelper.GetTaskLabelName(IWorkspaceSettingsSource) 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.
Return the task label of a custom settings entry
public:
static System::String ^ GetTaskLabelName(Microsoft::VisualStudio::Workspace::Settings::IWorkspaceSettingsSource ^ customSettings);
public:
static Platform::String ^ GetTaskLabelName(Microsoft::VisualStudio::Workspace::Settings::IWorkspaceSettingsSource ^ customSettings);
static std::wstring GetTaskLabelName(Microsoft::VisualStudio::Workspace::Settings::IWorkspaceSettingsSource const & customSettings);
public static string GetTaskLabelName (Microsoft.VisualStudio.Workspace.Settings.IWorkspaceSettingsSource customSettings);
static member GetTaskLabelName : Microsoft.VisualStudio.Workspace.Settings.IWorkspaceSettingsSource -> string
Public Shared Function GetTaskLabelName (customSettings As IWorkspaceSettingsSource) As String
Parameters
- customSettings
- IWorkspaceSettingsSource
The custom settings source
Returns
The Task label name of the custom settings