VSProjectsNode.createProjectNode 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.
Overloads
createProjectNode(String, String) |
Creates a new instance of the VSProjectNode class. |
createProjectNode(String, String, Boolean) |
createProjectNode(String, String)
Creates a new instance of the VSProjectNode class.
public:
virtual Dynamics::AX::Application::VSProjectNode ^ createProjectNode(System::String ^ text1, System::String ^ text2);
public virtual Dynamics.AX.Application.VSProjectNode createProjectNode (string text1, string text2);
abstract member createProjectNode : string * string -> Dynamics.AX.Application.VSProjectNode
override this.createProjectNode : string * string -> Dynamics.AX.Application.VSProjectNode
Public Overridable Function createProjectNode (text1 As String, text2 As String) As VSProjectNode
Parameters
- text1
- String
- text2
- String
Returns
The VSProjectNode object that is created.
Applies to
createProjectNode(String, String, Boolean)
public:
virtual Dynamics::AX::Application::VSProjectNode ^ createProjectNode(System::String ^ _name, System::String ^ _projectTypesString, bool _virtualNode);
public virtual Dynamics.AX.Application.VSProjectNode createProjectNode (string _name, string _projectTypesString, bool _virtualNode);
abstract member createProjectNode : string * string * bool -> Dynamics.AX.Application.VSProjectNode
override this.createProjectNode : string * string * bool -> Dynamics.AX.Application.VSProjectNode
Public Overridable Function createProjectNode (_name As String, _projectTypesString As String, _virtualNode As Boolean) As VSProjectNode
Parameters
- _name
- String
A Boolean value that indicates whether the node is created only in memory. In this case, the node will not be persisted in the Finance and Operations Store.
- _projectTypesString
- String
A Boolean value that indicates whether the node is created only in memory. In this case, the node will not be persisted in the Finance and Operations Store.
- _virtualNode
- Boolean
A Boolean value that indicates whether the node is created only in memory. In this case, the node will not be persisted in the Finance and Operations Store.