PersistentSettingsGetSettingIsHiddenFromUserInterface Method (String, IEnumerableString) |
Namespace: Rhino
public bool GetSettingIsHiddenFromUserInterface( string key, IEnumerable<string> legacyKeyList )
Public Function GetSettingIsHiddenFromUserInterface ( key As String, legacyKeyList As IEnumerable(Of String) ) As Boolean
[Missing <param name="legacyKeyList"/> documentation for "M:Rhino.PersistentSettings.GetSettingIsHiddenFromUserInterface(System.String,System.Collections.Generic.IEnumerable{System.String})"]
| Exception | Condition |
|---|---|
| KeyNotFoundException | A KeyNotFoundException exception is thrown if the key is not found in the settings dictionary. |