VSProjectNode.getReferencedProjectsInAOT Method
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 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