CompositionContainer.Catalog Property
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.
Gets the ComposablePartCatalog that provides the container access to Export objects.
public:
property System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^ Catalog { System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^ get(); };
public System.ComponentModel.Composition.Primitives.ComposablePartCatalog? Catalog { get; }
public System.ComponentModel.Composition.Primitives.ComposablePartCatalog Catalog { get; }
member this.Catalog : System.ComponentModel.Composition.Primitives.ComposablePartCatalog
Public ReadOnly Property Catalog As ComposablePartCatalog
Property Value
The catalog that provides the CompositionContainer access to exports produced from ComposablePart objects. The default is null
.
Exceptions
The CompositionContainer object has been disposed of.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.