Class EdgarSettingsProvider
Inheritance
System.Object
EdgarSettingsProvider
Assembly: cs.temp.dll.dll
Syntax
public class EdgarSettingsProvider : SettingsProvider
Constructors
EdgarSettingsProvider(String, SettingsScope, IEnumerable<String>)
Declaration
public EdgarSettingsProvider(string path, SettingsScope scopes, IEnumerable<string> keywords = null)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
| SettingsScope |
scopes |
|
| System.Collections.Generic.IEnumerable<System.String> |
keywords |
|
Methods
CreateMySingletonProvider()
Declaration
public static SettingsProvider CreateMySingletonProvider()
Returns
| Type |
Description |
| SettingsProvider |
|
OnActivate(String, VisualElement)
Declaration
public override void OnActivate(string searchContext, VisualElement rootElement)
Parameters
| Type |
Name |
Description |
| System.String |
searchContext |
|
| VisualElement |
rootElement |
|
OnGUI(String)
Declaration
public override void OnGUI(string searchContext)
Parameters
| Type |
Name |
Description |
| System.String |
searchContext |
|