Поделиться через


OptionsService.GetOptions Method

Gets the options.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As OptionsService
Dim returnValue As Dictionary(Of String, OptionRecord)

returnValue = instance.GetOptions

Syntax

'Declaration
Public Overridable Function GetOptions As Dictionary(Of String, OptionRecord)
public virtual Dictionary<string,OptionRecord> GetOptions ()
public:
virtual Dictionary<String^, OptionRecord^>^ GetOptions ()
public Dictionary<String,OptionRecord> GetOptions ()
public function GetOptions () : Dictionary<String,OptionRecord>

Return Value

Type: Dictionary
Collection of settings.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

OptionsService Class
OptionsService Members
Microsoft.Uii.AifServices Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.