RequiresFramework35SP1Assembly.ReferencedAssemblies Property

Definition

Gets or sets the assemblies referenced in your project.

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

Property Value

The assemblies in your project.

Attributes

Applies to