IWorkspaceSettingsFileProvider.GetSettingsFiles(String, 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.
Provide zero or more workspace schema settings collections to be merged with the rest of the Workpace's sources.
public:
System::Collections::Generic::IEnumerable<System::String ^> ^ GetSettingsFiles(System::String ^ type, System::String ^ scopePath);
public System.Collections.Generic.IEnumerable<string> GetSettingsFiles (string type, string scopePath);
abstract member GetSettingsFiles : string * string -> seq<string>
Public Function GetSettingsFiles (type As String, scopePath As String) As IEnumerable(Of String)
Parameters
- type
- String
settings type (corresponding to the independent settings file name) Use SettingsTypes class constants
- scopePath
- String
location under workspace we require the settings for.
Returns
settings readers