CreatedUINode(String, UINodeType) Constructor
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.
Initializes a new instance of the CreatedUINode class.
public:
CreatedUINode(System::String ^ path, Microsoft::VisualStudio::Workspace::UINodeType uiNodeType);
public CreatedUINode (string path, Microsoft.VisualStudio.Workspace.UINodeType uiNodeType);
new Microsoft.VisualStudio.Workspace.CreatedUINode : string * Microsoft.VisualStudio.Workspace.UINodeType -> Microsoft.VisualStudio.Workspace.CreatedUINode
Public Sub New (path As String, uiNodeType As UINodeType)
Parameters
- path
- String
The UI Node full path
- uiNodeType
- UINodeType
The UINode type