Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompositionOperation::Run Method (LifetimeContext^, CompositeActivator^)

.NET Framework (current version)
 

Runs the composition operation.

Namespace:   System.Composition.Hosting.Core
Assembly:  System.Composition.Hosting (in System.Composition.Hosting.dll)

public:
static Object^ Run(
	LifetimeContext^ outermostLifetimeContext,
	CompositeActivator^ compositionRootActivator
)

Parameters

outermostLifetimeContext
Type: System.Composition.Hosting.Core::LifetimeContext^

The lifetime context of the operation.

compositionRootActivator
Type: System.Composition.Hosting.Core::CompositeActivator^

The operation activator.

Return Value

Type: System::Object^

The composed object graph.

Return to top
Show:
© 2017 Microsoft