ComposablePartCatalogChangeEventArgs::AtomicComposition Property

 

Gets the composition transaction for this change.

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

public:
property AtomicComposition^ AtomicComposition {
	AtomicComposition^ get();
	private: void set(AtomicComposition^ value);
}

Property Value

Type: System.ComponentModel.Composition.Hosting::AtomicComposition^

The composition transaction for this change.

.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show: