IActivationFactory Interface

Définition

Permet aux classes d'être activées par le Windows Runtime.

public interface class IActivationFactory
public interface IActivationFactory
[System.Runtime.InteropServices.Guid("00000035-0000-0000-C000-000000000046")]
public interface IActivationFactory
type IActivationFactory = interface
[<System.Runtime.InteropServices.Guid("00000035-0000-0000-C000-000000000046")>]
type IActivationFactory = interface
Public Interface IActivationFactory
Attributs

Méthodes

ActivateInstance()

Retourne une nouvelle instance de la classe Windows Runtime créée par l' IActivationFactory interface.

S’applique à