Defines the implementation for a type that retrieves activation factories.
Syntax
Attributes
- GuidAttribute("4edb8ee2-96dd-49a7-94f7-4607ddab8e3c")
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The IGetActivationFactory interface has these types of members:
Methods
The IGetActivationFactory interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetActivationFactory | Retrieves the implementation of an activation factory. |
Remarks
Types that implement this interface are typically passed to CoreApplication::RunWithActivationFactories to associate a out-of-process Windows Runtime activatable class with the app. For example, you may have a specific Windows Runtime class that the process will serve. Your implementation of a type that supports this interface must have a method called GetActivationFactory that takes an Activation ID (ACID) as a parameter and returns a type that implements IActivationFactory. The activation factory will be supplied to the CoreApplication singleton for your app.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
Build date: 2/25/2013