CompositionDependency Class
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.
Represents a dependency that a part must have in order to fulfill an ExportDescriptorPromise. This class is used by the composition engine during initialization to determine whether the composition can be made, and if not, what error to provide.
public ref class CompositionDependency
public class CompositionDependency
type CompositionDependency = class
Public Class CompositionDependency
- Inheritance
-
CompositionDependency
Contract |
Gets the contract required by the dependency. |
Is |
Gets a value indicating whether the dependency is a prerequisite that must be satisfied before any exports can be retrieved from the dependent part. |
Site |
Gets a marker used to identify the dependency among those on the dependent part. |
Target |
Gets the export descriptor promise that the dependecy is on. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
Missing(Composition |
Constructs a placeholder for a missing dependency. |
Oversupplied(Composition |
Constructs a placeholder for a dependency that has too many supplied values. |
Satisfied(Composition |
Constructs a dependency on the specified target. |
To |
Returns the string representation of this CompositionDependency object. |
Produit | Versions |
---|---|
.NET | Core 1.1, 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :