IOptionsService.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:
System::Collections::Generic::Dictionary<System::String ^, Microsoft::Uii::Common::Entities::OptionRecord ^> ^ GetOptions();
public 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>
Public Function GetOptions () As Dictionary(Of String, OptionRecord)
Returns
collection of settings