VSProjectNode.getPrimaryOutputNode 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 VSProjectFileNode object that represent the primary output of the Visual Studio project.
public:
virtual Dynamics::AX::Application::VSProjectFileNode ^ getPrimaryOutputNode();
public virtual Dynamics.AX.Application.VSProjectFileNode getPrimaryOutputNode ();
abstract member getPrimaryOutputNode : unit -> Dynamics.AX.Application.VSProjectFileNode
override this.getPrimaryOutputNode : unit -> Dynamics.AX.Application.VSProjectFileNode
Public Overridable Function getPrimaryOutputNode () As VSProjectFileNode
Returns
A VSProjectFileNode object that represent the primary output of the Visual Studio project.