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: