Options is a helper class which allows easy access to the options and the tasks from a XAML file.
| C# | Visual Basic | Visual C++ |
public class Options
Public Class Options
public ref class Options
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| Options(IConfigManager) |
Initializes a new instance of the Options class.
| |
| configManager |
An IConfigManager object.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([(String])]) |
Gets access to an option with the specified key.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Task |
Gets access to the TaskAccessor.
| |
| ToString()()() | (Inherited from Object.) |
| Object | ||
| Options | ||
| PresenceOptions | ||