GenerateApplicationManifest.Dependencies Property

Definition

Gets or sets an item list that defines the set of dependent assemblies for the generated manifest.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ Dependencies { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] Dependencies { get; set; }
public Microsoft.Build.Framework.ITaskItem[] Dependencies { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; set; }
member this.Dependencies : Microsoft.Build.Framework.ITaskItem[] with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Dependencies : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property Dependencies As ITaskItem()

Property Value

An item list of dependent assembly names.

Attributes

Remarks

Each item may be further described by item metadata to indicate additional deployment state and the kind of dependence.

Applies to