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.
ExportDescriptorPromise::Dependencies Property
.NET Framework (current version)
Gets the dependencies required by this promise.
Assembly: System.Composition.Hosting (in System.Composition.Hosting.dll)
public: property ReadOnlyCollection<CompositionDependency^>^ Dependencies { ReadOnlyCollection<CompositionDependency^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<CompositionDependency^>^A collection of dependencies.
Show: