BuildDependency.RequiredProjects Property
Definition
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.
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