IGetActivationFactory.GetActivationFactory Method

Retrieves the implementation of an activation factory.

Syntax

public:
Object^ GetActivationFactory(
         String^ activatableClassId
)  

Parameters

activatableClassId
Type: String 

  The Activation ID (ACID) of the activatable type produced by the factory.

Return value

Type: Object 

  An instance of an activation factory type. This type must implement IActivationFactory.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

IGetActivationFactory Interface

IGetActivationFactory Members

Windows.Foundation Namespace