AifServiceContainer.GetService<T> 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 service.
public:
generic <typename T>
where T : class T GetService();
public T GetService<T> () where T : class;
member this.GetService : unit -> 'T (requires 'T : null)
Public Function GetService(Of T As Class) () As T
Type Parameters
- T
Specifies the type of service.
Returns
T
The object of type T