AifServiceContainer Class
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.
Represents the container for all Aif Services. This should be implemented as a singleton class.
public ref class AifServiceContainer
public class AifServiceContainer
type AifServiceContainer = class
Public Class AifServiceContainer
- Inheritance
-
AifServiceContainer
Properties
Instance |
Gets the instance. |
Methods
AddService<T>(Type, T) |
Adds the service. |
GetService<T>() |
Gets the service. |