IWorkspaceSettingsFileProvider.GetSettingsFiles(String, String) Method

Definition

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

Applies to