OptionsService.GetOptions 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.
Gets the options.
public:
virtual System::Collections::Generic::Dictionary<System::String ^, Microsoft::Uii::Common::Entities::OptionRecord ^> ^ GetOptions();
public virtual System.Collections.Generic.Dictionary<string,Microsoft.Uii.Common.Entities.OptionRecord> GetOptions ();
abstract member GetOptions : unit -> System.Collections.Generic.Dictionary<string, Microsoft.Uii.Common.Entities.OptionRecord>
override this.GetOptions : unit -> System.Collections.Generic.Dictionary<string, Microsoft.Uii.Common.Entities.OptionRecord>
Public Overridable Function GetOptions () As Dictionary(Of String, OptionRecord)
Returns
Collection of settings.