VSProjectNode.getOutputNode 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 output VSProjectFolderNode object that contains the Visual Studio project output files.
public:
virtual Dynamics::AX::Application::VSProjectFolderNode ^ getOutputNode();
public virtual Dynamics.AX.Application.VSProjectFolderNode getOutputNode ();
abstract member getOutputNode : unit -> Dynamics.AX.Application.VSProjectFolderNode
override this.getOutputNode : unit -> Dynamics.AX.Application.VSProjectFolderNode
Public Overridable Function getOutputNode () As VSProjectFolderNode
Returns
The output VSProjectFolderNode object that contains the Visual Studio project output files.