CompositionDependency.Target Property

Definition

Gets the export descriptor promise that the dependecy is on.

public:
 property System::Composition::Hosting::Core::ExportDescriptorPromise ^ Target { System::Composition::Hosting::Core::ExportDescriptorPromise ^ get(); };
public System.Composition.Hosting.Core.ExportDescriptorPromise Target { get; }
member this.Target : System.Composition.Hosting.Core.ExportDescriptorPromise
Public ReadOnly Property Target As ExportDescriptorPromise

Property Value

The export descriptor promise.

Applies to