VSProjectFolderNode.createFileNode(String) 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.
Creates a new instance of the VSProjectFileNode class as a child of this VSProjectFolderNode instance.
public:
virtual Dynamics::AX::Application::VSProjectFileNode ^ createFileNode(System::String ^ _name);
public virtual Dynamics.AX.Application.VSProjectFileNode createFileNode (string _name);
abstract member createFileNode : string -> Dynamics.AX.Application.VSProjectFileNode
override this.createFileNode : string -> Dynamics.AX.Application.VSProjectFileNode
Public Overridable Function createFileNode (_name As String) As VSProjectFileNode
Parameters
- _name
- String
The name of the file node.
Returns
The new instance of the VSProjectFileNode class.