Share via


VSProjectNode.getReferencedProjectsInAOT Method

Definition

Gets the AOT paths of the projects that are referenced by this Visual Studio project.

public:
 virtual System::String ^ getReferencedProjectsInAOT();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string getReferencedProjectsInAOT ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member getReferencedProjectsInAOT : unit -> string
override this.getReferencedProjectsInAOT : unit -> string
Public Overridable Function getReferencedProjectsInAOT () As String

Returns

A list of AOT paths of the projects that are referenced by this Visual Studio project.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to