ExportDescriptorProvider.NoDependencies Field
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.
Indicates a lack of dependencies.
protected: static initonly Func<System::Collections::Generic::IEnumerable<System::Composition::Hosting::Core::CompositionDependency ^> ^> ^ NoDependencies;
protected static readonly Func<System.Collections.Generic.IEnumerable<System.Composition.Hosting.Core.CompositionDependency>> NoDependencies;
staticval mutable NoDependencies : Func<seq<System.Composition.Hosting.Core.CompositionDependency>>
Protected Shared ReadOnly NoDependencies As Func(Of IEnumerable(Of CompositionDependency))