CustomSettingsHelper Class
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.
Helpers for a Custom settings entry
public ref class CustomSettingsHelper abstract sealed
public ref class CustomSettingsHelper abstract sealed
class CustomSettingsHelper abstract sealed
public static class CustomSettingsHelper
type CustomSettingsHelper = class
Public Class CustomSettingsHelper
- Inheritance
-
CustomSettingsHelper
Methods
GetFileContextType(IWorkspaceSettingsSource) |
Return the file context type from a custom settings |
GetSettingsForTask(IWorkspaceSettings, String) |
Gives you a workspace setting source associated with a task name. |
GetTaskLabelName(IWorkspaceSettingsSource) |
Return the task label of a custom settings entry |
TaskIsParallel(IWorkspaceSettingsSource) |
Returns whether the task is parallel from the custom setting entry. |