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