IOptionsService.GetOptions Method
Gets the options.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As IOptionsService
Dim returnValue As Dictionary(Of String, OptionRecord)
returnValue = instance.GetOptions
Syntax
'Declaration
Function GetOptions As Dictionary(Of String, OptionRecord)
Dictionary<string,OptionRecord> GetOptions ()
Dictionary<String^, OptionRecord^>^ GetOptions ()
Dictionary<String,OptionRecord> GetOptions ()
function GetOptions () : Dictionary<String,OptionRecord>
Return Value
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
IOptionsService Interface
IOptionsService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.