BuildDependency.RequiredProjects Property

Definition

Gets a list of the projects that must be built before the BuildDependency.Project project is built.

public:
 property System::Object ^ RequiredProjects { System::Object ^ get(); };
public:
 property Platform::Object ^ RequiredProjects { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(4)]
public object RequiredProjects { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.RequiredProjects : obj
Public ReadOnly Property RequiredProjects As Object

Property Value

RequiredProjects returns a SafeArray of dependent projects.

Attributes

Applies to