IGetActivationFactory.GetActivationFactory(String) 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.
Retrieves the implementation of an activation factory.
public:
Platform::Object ^ GetActivationFactory(Platform::String ^ activatableClassId);
IInspectable GetActivationFactory(winrt::hstring const& activatableClassId);
public object GetActivationFactory(string activatableClassId);
function getActivationFactory(activatableClassId)
Public Function GetActivationFactory (activatableClassId As String) As Object
Parameters
- activatableClassId
-
String
Platform::String
winrt::hstring
The Activation ID (ACID) of the activatable type produced by the factory.
Returns
An instance of an activation factory type. This type must implement IActivationFactory.